JsonFloatingActionButtonBuilder constructor
const
JsonFloatingActionButtonBuilder({
- required bool autofocus,
- Color? backgroundColor,
- required Clip clipBehavior,
- double? disabledElevation,
- double? elevation,
- bool? enableFeedback,
- Color? focusColor,
- double? focusElevation,
- FocusNode? focusNode,
- Color? foregroundColor,
- Object? heroTag,
- double? highlightElevation,
- Color? hoverColor,
- double? hoverElevation,
- required bool isExtended,
- MaterialTapTargetSize? materialTapTargetSize,
- required bool mini,
- MouseCursor? mouseCursor,
- VoidCallback? onPressed,
- ShapeBorder? shape,
- Color? splashColor,
- 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);