Widget.floatingActionButtonExtended constructor
Null safety
const
Widget.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,
- @Default(Clip.none) Clip clipBehavior,
- @Default(false) bool autofocus,
- MaterialTapTargetSize? materialTapTargetSize,
- @Default(true) bool isExtended,
- bool? enableFeedback}
)
Implementation
const factory Widget.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,
@Default(Clip.none) Clip clipBehavior,
@Default(false) bool autofocus,
MaterialTapTargetSize? materialTapTargetSize,
@Default(true) bool isExtended,
bool? enableFeedback,
}) = FloatingActionButtonExtended;