LiveElevatedButton constructor
const
LiveElevatedButton({})
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$new;