JsonRaisedButtonBuilder constructor

JsonRaisedButtonBuilder({
  1. Duration? animationDuration,
  2. required bool autofocus,
  3. required Clip clipBehavior,
  4. Color? color,
  5. Brightness? colorBrightness,
  6. Color? disabledColor,
  7. double? disabledElevation,
  8. Color? disabledTextColor,
  9. double? elevation,
  10. Color? focusColor,
  11. double? focusElevation,
  12. FocusNode? focusNode,
  13. Color? highlightColor,
  14. double? highlightElevation,
  15. Color? hoverColor,
  16. double? hoverElevation,
  17. MaterialTapTargetSize? materialTapTargetSize,
  18. MouseCursor? mouseCursor,
  19. ValueChanged<bool>? onHighlightChanged,
  20. VoidCallback? onPressed,
  21. VoidCallback? onLongPress,
  22. EdgeInsets? padding,
  23. ShapeBorder? shape,
  24. Color? splashColor,
  25. Color? textColor,
  26. ButtonTextTheme? textTheme,
  27. VisualDensity? visualDensity,
})

Implementation

JsonRaisedButtonBuilder({
  this.animationDuration,
  required this.autofocus,
  required this.clipBehavior,
  this.color,
  this.colorBrightness,
  this.disabledColor,
  this.disabledElevation,
  this.disabledTextColor,
  this.elevation,
  this.focusColor,
  this.focusElevation,
  this.focusNode,
  this.highlightColor,
  this.highlightElevation,
  this.hoverColor,
  this.hoverElevation,
  this.materialTapTargetSize,
  this.mouseCursor,
  this.onHighlightChanged,
  this.onPressed,
  this.onLongPress,
  this.padding,
  this.shape,
  this.splashColor,
  this.textColor,
  this.textTheme,
  this.visualDensity,
}) : super(numSupportedChildren: kNumSupportedChildren);