LiveFloatingActionButton.extended constructor

const LiveFloatingActionButton.extended({
  1. Key? key,
  2. ValueCell<bool> enabled,
  3. ActionCell? press,
  4. String? tooltip,
  5. Color? foregroundColor,
  6. Color? backgroundColor,
  7. Color? focusColor,
  8. Color? hoverColor,
  9. Object? heroTag,
  10. double? elevation,
  11. double? focusElevation,
  12. double? hoverElevation,
  13. Color? splashColor,
  14. double? highlightElevation,
  15. double? disabledElevation,
  16. MouseCursor? mouseCursor,
  17. ShapeBorder? shape,
  18. bool isExtended,
  19. MaterialTapTargetSize? materialTapTargetSize,
  20. Clip clipBehavior,
  21. FocusNode? focusNode,
  22. bool autofocus,
  23. double? extendedIconLabelSpacing,
  24. EdgeInsetsGeometry? extendedPadding,
  25. TextStyle? extendedTextStyle,
  26. Widget? icon,
  27. required Widget label,
  28. 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;