Guest User

Untitled

a guest
Jan 21st, 2019
87
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.58 KB | None | 0 0
  1. RaisedButton({
  2. Key key,
  3. @required VoidCallback onPressed,
  4. ValueChanged<bool> onHighlightChanged,
  5. ButtonTextTheme textTheme,
  6. Color textColor,
  7. Color disabledTextColor,
  8. Color color,
  9. Color disabledColor,
  10. Color highlightColor,
  11. Color splashColor,
  12. Brightness colorBrightness,
  13. double elevation,
  14. double highlightElevation,
  15. double disabledElevation,
  16. EdgeInsetsGeometry padding,
  17. ShapeBorder shape,
  18. Clip clipBehavior = Clip.none,
  19. MaterialTapTargetSize materialTapTargetSize,
  20. Duration animationDuration,
  21. Widget child,
  22. })
Add Comment
Please, Sign In to add comment