KitRoundedButton constructor
const
KitRoundedButton({})
Implementation
const KitRoundedButton({
this.child,
this.text,
this.onPressed,
this.color,
this.textColor,
this.expanded = false,
super.key,
}) : assert(child != null || text != null);