BaseButton constructor
const
BaseButton({})
Implementation
const BaseButton({
super.key,
this.text = 'Button',
required this.onPressed,
this.color = Colors.blue,
this.textColor = Colors.white,
});
const BaseButton({
super.key,
this.text = 'Button',
required this.onPressed,
this.color = Colors.blue,
this.textColor = Colors.white,
});