buttonTextBold top-level property

TextStyle buttonTextBold
getter/setter pair

Implementation

TextStyle buttonTextBold = TextStyle(
  color: backgroundColor,
  fontWeight: FontWeight.bold,
  height: 1.2,
  fontSize: 40,
);