Skip to content

Instantly share code, notes, and snippets.

@rutvik110
Last active June 20, 2022 17:50
Show Gist options
  • Save rutvik110/5e5540c2b809836bfb95399a4081b4d1 to your computer and use it in GitHub Desktop.
Save rutvik110/5e5540c2b809836bfb95399a4081b4d1 to your computer and use it in GitHub Desktop.
Positioned(
height: baseItemHeight,
left: 0,
right: 0,
child: DecoratedBox(
decoration: BoxDecoration(
borderRadius: BorderRadius.circular(8),
gradient: const LinearGradient(colors: [
Colors.blueAccent,
Colors.greenAccent,
]),
),
),
)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment