LiveFloatingActionButton.small constructor

const LiveFloatingActionButton.small({
  1. Key? key,
  2. ValueCell<bool> enabled,
  3. ActionCell? press,
  4. Widget? child,
  5. String? tooltip,
  6. Color? foregroundColor,
  7. Color? backgroundColor,
  8. Color? focusColor,
  9. Color? hoverColor,
  10. Color? splashColor,
  11. Object? heroTag,
  12. double? elevation,
  13. double? focusElevation,
  14. double? hoverElevation,
  15. double? highlightElevation,
  16. double? disabledElevation,
  17. MouseCursor? mouseCursor,
  18. ShapeBorder? shape,
  19. Clip clipBehavior,
  20. FocusNode? focusNode,
  21. bool autofocus,
  22. MaterialTapTargetSize? materialTapTargetSize,
  23. bool? enableFeedback,
})

Implementation

const factory LiveFloatingActionButton.small({
  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$small;