LiveFloatingActionButton.extended constructor
const
LiveFloatingActionButton.extended({
- Key? key,
- ValueCell<
bool> enabled, - ActionCell? press,
- String? tooltip,
- Color? foregroundColor,
- Color? backgroundColor,
- Color? focusColor,
- Color? hoverColor,
- Object? heroTag,
- double? elevation,
- double? focusElevation,
- double? hoverElevation,
- Color? splashColor,
- double? highlightElevation,
- double? disabledElevation,
- MouseCursor? mouseCursor,
- ShapeBorder? shape,
- bool isExtended,
- MaterialTapTargetSize? materialTapTargetSize,
- Clip clipBehavior,
- FocusNode? focusNode,
- bool autofocus,
- double? extendedIconLabelSpacing,
- EdgeInsetsGeometry? extendedPadding,
- TextStyle? extendedTextStyle,
- Widget? icon,
- required Widget label,
- bool? enableFeedback,
Implementation
const factory LiveFloatingActionButton.extended({
Key? key,
ValueCell<bool> enabled,
ActionCell? press,
String? tooltip,
Color? foregroundColor,
Color? backgroundColor,
Color? focusColor,
Color? hoverColor,
Object? heroTag,
double? elevation,
double? focusElevation,
double? hoverElevation,
Color? splashColor,
double? highlightElevation,
double? disabledElevation,
MouseCursor? mouseCursor,
ShapeBorder? shape,
bool isExtended,
MaterialTapTargetSize? materialTapTargetSize,
Clip clipBehavior,
FocusNode? focusNode,
bool autofocus,
double? extendedIconLabelSpacing,
EdgeInsetsGeometry? extendedPadding,
TextStyle? extendedTextStyle,
Widget? icon,
required Widget label,
bool? enableFeedback,
}) = _LiveFloatingActionButton$extended;