Skip to content

Instantly share code, notes, and snippets.

@Hixie
Created October 5, 2022 18:53
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Hixie/889e2bb3449f6716f9585f6890e5a453 to your computer and use it in GitHub Desktop.
Save Hixie/889e2bb3449f6716f9585f6890e5a453 to your computer and use it in GitHub Desktop.
tropical-spray-2618 variant
Flexible(
child: Padding(
padding: const EdgeInsets.all(100),
child: FloatingActionButton(
onPressed: () {
setState(() {
_position = Alignment.topRight;
});
},
child: const Icon(
Icons.arrow_circle_right,
size: 24.0,
),
),
),
),
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment