GiantToadPixelButton constructor
const
GiantToadPixelButton({})
Implementation
const GiantToadPixelButton({
required this.onPressed,
this.label,
this.child,
super.key,
this.autofocus = false,
this.selected = false,
this.semanticLabel,
this.tooltip,
this.focusNode,
this.onFocusChange,
}) : assert(label != null || child != null);