We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9ddbc60 commit d9f6301Copy full SHA for d9f6301
example/lib/main.dart
@@ -880,13 +880,13 @@ class _MyHomePageState extends State<MyHomePage>
880
// ),
881
882
GFCard(
883
-// gradient: LinearGradient(
884
-// begin: FractionalOffset.bottomLeft,
885
-// end: FractionalOffset.topRight,
886
-// colors: [
887
-// const Color(0x5a0b486b),
888
-// const Color(0xFFF56217),
889
-// ]),
+ gradient: LinearGradient(
+ begin: FractionalOffset.bottomLeft,
+ end: FractionalOffset.topRight,
+ colors: [
+ const Color(0x5a0b486b),
+ const Color(0xFFF56217),
+ ]),
890
boxFit: BoxFit.fill,
891
colorFilter: new ColorFilter.mode(Colors.black.withOpacity(0.67), BlendMode.darken),
892
// image: Image.asset(
0 commit comments