Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save nb312/03a914a460559a9a0d91548b76f4d570 to your computer and use it in GitHub Desktop.
Save nb312/03a914a460559a9a0d91548b76f4d570 to your computer and use it in GitHub Desktop.
flutter-open-flutter-widgets-06-raise-button-02
RaisedButton(
onPressed: () {
print("pressed");
},
child: Text(
"Click Me~~~",
style: TextStyle(color: RED, fontSize: 40),
),
),
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment