getButtonTextStyle method
Returns button text style or default
Implementation
TextStyle getButtonTextStyle() {
return buttonTextStyle ??
TextStyle(
color: Colors.black, fontSize: 18, fontWeight: FontWeight.bold);
}
Returns button text style or default
TextStyle getButtonTextStyle() {
return buttonTextStyle ??
TextStyle(
color: Colors.black, fontSize: 18, fontWeight: FontWeight.bold);
}