buttonTextBold top-level property
getter/setter pair
Implementation
TextStyle buttonTextBold = TextStyle(
color: backgroundColor,
fontWeight: FontWeight.bold,
height: 1.2,
fontSize: 40,
);
TextStyle buttonTextBold = TextStyle(
color: backgroundColor,
fontWeight: FontWeight.bold,
height: 1.2,
fontSize: 40,
);