buttonTextStyle top-level property

TextStyle buttonTextStyle
getter/setter pair

Implementation

TextStyle buttonTextStyle = TextStyle(
  fontSize: buttonTextSize,
  fontWeight: FontWeight.w600,
  height: charHeight,
  color: primary,
);