KitBigButton constructor
const
KitBigButton({
- Widget? child,
- String? text,
- VoidCallback? onPressed,
- Color? color,
- Key? key,
Implementation
const KitBigButton({
this.child,
this.text,
this.onPressed,
this.color,
super.key,
}) : assert(child != null || text != null);