const
FloatingActionButtonExtended(- {Key? key,
- required Widget label,
- Widget? icon,
- 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,
- ShapeBorder? shape,
- Clip clipBehavior,
- bool autofocus,
- MaterialTapTargetSize? materialTapTargetSize,
- bool isExtended,
- bool? enableFeedback}
)
Implementation
const factory FloatingActionButtonExtended(
{final Key? key,
required final Widget label,
final Widget? icon,
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 ShapeBorder? shape,
final Clip clipBehavior,
final bool autofocus,
final MaterialTapTargetSize? materialTapTargetSize,
final bool isExtended,
final bool? enableFeedback}) = _$FloatingActionButtonExtended;