ButtonMediumTextStyle constructor
ButtonMediumTextStyle({
- required double fontSize,
Implementation
ButtonMediumTextStyle({
required this.fontSize,
// this.color,
}) : super(
fontFamily: 'PingFang SC',
fontSize: fontSize,
fontWeight: FontWeight.w500,
// color: color,
);