txtSFProTextRegular13 property

TextStyle txtSFProTextRegular13
getter/setter pair

Implementation

static TextStyle txtSFProTextRegular13 = TextStyle(
  color: BadColorConstant.gray900A3,
  fontSize: getFontSize(
    13,
  ),
  fontFamily: 'SF Pro Text',
  fontWeight: FontWeight.w400,
);