getButtonTextStyle method

TextStyle getButtonTextStyle()

Returns button text style or default

Implementation

TextStyle getButtonTextStyle() {
  return buttonTextStyle ??
      TextStyle(
          color: Colors.black, fontSize: 18, fontWeight: FontWeight.bold);
}