const
FloatingActionButton(- {Key? key,
- Widget? child,
- String? tooltip,
- Color? foregroundColor,
- Color? backgroundColor,
- Color? focusColor,
- Color? hoverColor,
- Color? splashColor,
- double? elevation,
- double? focusElevation,
- double? hoverElevation,
- double? highlightElevation,
- double? disabledElevation,
- required Callback? onPressed,
- MouseCursor? mouseCursor,
- bool mini,
- ShapeBorder? shape,
- Clip clipBehavior,
- bool autofocus,
- MaterialTapTargetSize? materialTapTargetSize,
- bool isExtended,
- bool? enableFeedback}
)
Implementation
const factory FloatingActionButton(
{final Key? key,
final Widget? child,
final String? tooltip,
final Color? foregroundColor,
final Color? backgroundColor,
final Color? focusColor,
final Color? hoverColor,
final Color? splashColor,
final double? elevation,
final double? focusElevation,
final double? hoverElevation,
final double? highlightElevation,
final double? disabledElevation,
required final Callback? onPressed,
final MouseCursor? mouseCursor,
final bool mini,
final ShapeBorder? shape,
final Clip clipBehavior,
final bool autofocus,
final MaterialTapTargetSize? materialTapTargetSize,
final bool isExtended,
final bool? enableFeedback}) = _$FloatingActionButton;