FocusButton constructor
FocusButton({})
Implementation
FocusButton({
required this.text,
this.onPressed,
this.textColor = Colors.white,
this.backgroundColor,
this.fontSize = 15,
});
FocusButton({
required this.text,
this.onPressed,
this.textColor = Colors.white,
this.backgroundColor,
this.fontSize = 15,
});