RectangleButton constructor
Implementation
const RectangleButton({
super.key,
this.selected = false,
this.onPressed,
this.label,
this.child,
this.trailingColor,
this.radio = false,
this.toggleable = false,
});
const RectangleButton({
super.key,
this.selected = false,
this.onPressed,
this.label,
this.child,
this.trailingColor,
this.radio = false,
this.toggleable = false,
});