buttonTextStyle top-level property
Implementation
TextStyle buttonTextStyle = TextStyle(
fontSize: buttonTextSize,
fontWeight: FontWeight.w600,
height: charHeight,
color: primary,
);
TextStyle buttonTextStyle = TextStyle(
fontSize: buttonTextSize,
fontWeight: FontWeight.w600,
height: charHeight,
color: primary,
);