JsonFloatingActionButtonBuilder constructor

const JsonFloatingActionButtonBuilder({
  1. required bool autofocus,
  2. Color? backgroundColor,
  3. required Clip clipBehavior,
  4. double? disabledElevation,
  5. double? elevation,
  6. bool? enableFeedback,
  7. Color? focusColor,
  8. double? focusElevation,
  9. FocusNode? focusNode,
  10. Color? foregroundColor,
  11. Object? heroTag,
  12. double? highlightElevation,
  13. Color? hoverColor,
  14. double? hoverElevation,
  15. required bool isExtended,
  16. MaterialTapTargetSize? materialTapTargetSize,
  17. required bool mini,
  18. MouseCursor? mouseCursor,
  19. VoidCallback? onPressed,
  20. ShapeBorder? shape,
  21. Color? splashColor,
  22. String? tooltip,
})

Implementation

const JsonFloatingActionButtonBuilder({
  required this.autofocus,
  this.backgroundColor,
  required this.clipBehavior,
  this.disabledElevation,
  this.elevation,
  this.enableFeedback,
  this.focusColor,
  this.focusElevation,
  this.focusNode,
  this.foregroundColor,
  this.heroTag,
  this.highlightElevation,
  this.hoverColor,
  this.hoverElevation,
  required this.isExtended,
  this.materialTapTargetSize,
  required this.mini,
  this.mouseCursor,
  this.onPressed,
  this.shape,
  this.splashColor,
  this.tooltip,
}) : super(numSupportedChildren: kNumSupportedChildren);