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