ButtonRegularTextStyle constructor
Implementation
ButtonRegularTextStyle({
required this.fontSize,
// this.color,
this.height,
}) : super(
fontFamily: 'PingFang SC',
fontSize: fontSize,
fontWeight: FontWeight.w400,
// color: color,
height: height,
);