LiveOutlinedButton constructor
const
LiveOutlinedButton({})
Implementation
const LiveOutlinedButton({
super.key,
this.enabled = const ValueCell.value(true),
this.press,
this.longPress,
this.onHover,
this.onFocusChange,
this.style,
this.autofocus = false,
this.clipBehavior,
required this.child,
});