Skip to content

Instantly share code, notes, and snippets.

@JaveedIshaq
Created March 19, 2022 09:48
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 JaveedIshaq/71cd8fdf4d2fd4e54d3047ea59d915f7 to your computer and use it in GitHub Desktop.
Save JaveedIshaq/71cd8fdf4d2fd4e54d3047ea59d915f7 to your computer and use it in GitHub Desktop.
// Player
AnimatedAlign(
alignment: _playerAlignment,
duration: Duration(milliseconds: 250),
curve: Curves.easeInOut,
child: Container(
width: 100,
height: 100,
decoration: BoxDecoration(
color: _targetData.color,
shape: BoxShape.circle,
),
),
),
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment