Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save JonathanMonga/c96ee003ed2c527dff072572ab91d94d to your computer and use it in GitHub Desktop.
Save JonathanMonga/c96ee003ed2c527dff072572ab91d94d to your computer and use it in GitHub Desktop.
FlutterShine(
builder: (BuildContext context, ShineShadow shineShadow) {
return Center(
child: Container(
width: 300,
height: 300,
decoration: BoxDecoration(
color: Colors.white, boxShadow: shineShadow.boxShadows,
),
),
);
},
),
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment