ButtonMediumTextStyle constructor

ButtonMediumTextStyle({
  1. required double fontSize,
})

Implementation

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