Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save nb312/97dd738e89d427412c6af193f7a86443 to your computer and use it in GitHub Desktop.
Save nb312/97dd738e89d427412c6af193f7a86443 to your computer and use it in GitHub Desktop.
flutter-open-flutter-widgets-06-raise-button-02-simple-use.dart
RaisedButton({
Key key,
@required VoidCallback onPressed,
ValueChanged<bool> onHighlightChanged,
ButtonTextTheme textTheme,
Color textColor,
Color disabledTextColor,
Color color,
Color disabledColor,
Color highlightColor,
Color splashColor,
Brightness colorBrightness,
double elevation,
double highlightElevation,
double disabledElevation,
EdgeInsetsGeometry padding,
ShapeBorder shape,
Clip clipBehavior = Clip.none,
MaterialTapTargetSize materialTapTargetSize,
Duration animationDuration,
Widget child,
})
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment