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