Skip to content

Instantly share code, notes, and snippets.

@JonathanMonga
Created January 21, 2020 18:20
Show Gist options
  • Save JonathanMonga/88976a28a6ee89352ead79b8c03619ef to your computer and use it in GitHub Desktop.
Save JonathanMonga/88976a28a6ee89352ead79b8c03619ef to your computer and use it in GitHub Desktop.
FlutterShine(
builder: (BuildContext context, ShineShadow shineShadow) {
return Center(
child:
Text(
"Flutter Shine",
style: TextStyle(
fontSize: 100,
color: Colors.white,
shadows: shineShadow.shadows,
),
),
),
);
},
),
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment