LiveTextButton constructor
const
LiveTextButton({
- 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 LiveTextButton({
Key? key,
ValueCell<bool> enabled,
ActionCell? press,
ActionCell? longPress,
MetaCell<bool>? onHover,
MetaCell<bool>? onFocusChange,
ButtonStyle? style,
bool autofocus,
Clip? clipBehavior,
required Widget child,
}) = _LiveTextButton$new;