Skip to content

Instantly share code, notes, and snippets.

@AmineLAHRIM
Created March 31, 2021 23:04
Show Gist options
  • Save AmineLAHRIM/440ec10d1ac4d60bd5dee9c4ddb3e1ef to your computer and use it in GitHub Desktop.
Save AmineLAHRIM/440ec10d1ac4d60bd5dee9c4ddb3e1ef to your computer and use it in GitHub Desktop.
Container(
decoration: BoxDecoration(
gradient: LinearGradient(begin: Alignment.topCenter, end: Alignment.bottomCenter, colors: [
Get.theme.backgroundColor,
Get.theme.backgroundColor.withOpacity(0.8),
Get.theme.backgroundColor.withOpacity(0.2),
]),
),
),
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment