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