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