LiveIconButton.filledTonal constructor

const LiveIconButton.filledTonal({
  1. Key? key,
  2. ValueCell<bool> enabled,
  3. ActionCell? press,
  4. ActionCell? longPress,
  5. MetaCell<bool>? onHover,
  6. ValueCell<double?>? iconSize,
  7. ValueCell<VisualDensity?>? visualDensity,
  8. ValueCell<EdgeInsetsGeometry?>? padding,
  9. ValueCell<AlignmentGeometry?>? alignment,
  10. ValueCell<double?>? splashRadius,
  11. ValueCell<Color?>? color,
  12. ValueCell<Color?>? focusColor,
  13. ValueCell<Color?>? hoverColor,
  14. ValueCell<Color?>? highlightColor,
  15. ValueCell<Color?>? splashColor,
  16. ValueCell<Color?>? disabledColor,
  17. ValueCell<MouseCursor?>? mouseCursor,
  18. ValueCell<FocusNode?>? focusNode,
  19. ValueCell<bool> autofocus,
  20. ValueCell<String?>? tooltip,
  21. ValueCell<bool?>? enableFeedback,
  22. ValueCell<BoxConstraints?>? constraints,
  23. ValueCell<ButtonStyle?>? style,
  24. ValueCell<bool?>? isSelected,
  25. ValueCell<Widget?>? selectedIcon,
  26. required ValueCell<Widget> icon,
})

Implementation

const factory LiveIconButton.filledTonal({
  Key? key,
  ValueCell<bool> enabled,
  ActionCell? press,
  ActionCell? longPress,
  MetaCell<bool>? onHover,
  ValueCell<double?>? iconSize,
  ValueCell<VisualDensity?>? visualDensity,
  ValueCell<EdgeInsetsGeometry?>? padding,
  ValueCell<AlignmentGeometry?>? alignment,
  ValueCell<double?>? splashRadius,
  ValueCell<Color?>? color,
  ValueCell<Color?>? focusColor,
  ValueCell<Color?>? hoverColor,
  ValueCell<Color?>? highlightColor,
  ValueCell<Color?>? splashColor,
  ValueCell<Color?>? disabledColor,
  ValueCell<MouseCursor?>? mouseCursor,
  ValueCell<FocusNode?>? focusNode,
  ValueCell<bool> autofocus,
  ValueCell<String?>? tooltip,
  ValueCell<bool?>? enableFeedback,
  ValueCell<BoxConstraints?>? constraints,
  ValueCell<ButtonStyle?>? style,
  ValueCell<bool?>? isSelected,
  ValueCell<Widget?>? selectedIcon,
  required ValueCell<Widget> icon,
}) = _LiveIconButton$filledTonal;