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