JsonFloatingActionButtonBuilderModel constructor

const JsonFloatingActionButtonBuilderModel(
  1. Map<String, dynamic> args, {
  2. bool autofocus = false,
  3. Color? backgroundColor,
  4. Clip clipBehavior = Clip.none,
  5. double? disabledElevation,
  6. double? elevation,
  7. bool? enableFeedback,
  8. Color? focusColor,
  9. double? focusElevation,
  10. FocusNode? focusNode,
  11. Color? foregroundColor,
  12. Object? heroTag = '<default JsonWidget FloatingActionButton tag>',
  13. double? highlightElevation,
  14. Color? hoverColor,
  15. double? hoverElevation,
  16. bool isExtended = false,
  17. MaterialTapTargetSize? materialTapTargetSize,
  18. bool mini = false,
  19. MouseCursor? mouseCursor,
  20. required void onPressed()?,
  21. ShapeBorder? shape,
  22. Color? splashColor,
  23. String? tooltip,
  24. JsonWidgetData? child,
})

Implementation

const JsonFloatingActionButtonBuilderModel(
  super.args, {
  this.autofocus = false,
  this.backgroundColor,
  this.clipBehavior = Clip.none,
  this.disabledElevation,
  this.elevation,
  this.enableFeedback,
  this.focusColor,
  this.focusElevation,
  this.focusNode,
  this.foregroundColor,
  this.heroTag = '<default JsonWidget FloatingActionButton tag>',
  this.highlightElevation,
  this.hoverColor,
  this.hoverElevation,
  this.isExtended = false,
  this.materialTapTargetSize,
  this.mini = false,
  this.mouseCursor,
  required this.onPressed,
  this.shape,
  this.splashColor,
  this.tooltip,
  this.child,
});