RectangleButton constructor
Implementation
const RectangleButton({
super.key,
this.selected = false,
this.onPressed,
this.label,
this.child,
this.leading,
this.trailing,
this.subtitle,
});
const RectangleButton({
super.key,
this.selected = false,
this.onPressed,
this.label,
this.child,
this.leading,
this.trailing,
this.subtitle,
});