Skip to content

Instantly share code, notes, and snippets.

@mhmzdev
Last active April 4, 2020 05:43
Show Gist options
  • Save mhmzdev/6e7c968c2cf3e33f399cdc677008be15 to your computer and use it in GitHub Desktop.
Save mhmzdev/6e7c968c2cf3e33f399cdc677008be15 to your computer and use it in GitHub Desktop.
raised button
Center(
child: RaisedButton(
onPressed: (){},
color: Colors.white,
shape: StadiumBorder(),
child: Text('Add', style: TextStyle(color: darkThemeSecondScreen ? Colors.black : null),),
elevation: 3,
),
)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment