LiveElevatedButton constructor
const
LiveElevatedButton({
- Key? key,
- ValueCell<
bool> enabled, - ActionCell? press,
- ActionCell? longPress,
- MetaCell<
bool> ? onHover, - MetaCell<
bool> ? onFocusChange, - ButtonStyle? style,
- bool autofocus,
- Clip? clipBehavior,
- required Widget? child,
Implementation
const factory LiveElevatedButton({
Key? key,
ValueCell<bool> enabled,
ActionCell? press,
ActionCell? longPress,
MetaCell<bool>? onHover,
MetaCell<bool>? onFocusChange,
ButtonStyle? style,
bool autofocus,
Clip? clipBehavior,
required Widget? child,
}) = _LiveElevatedButton;