txtSFProTextRegular17RedA200 property

TextStyle txtSFProTextRegular17RedA200
getter/setter pair

Implementation

static TextStyle txtSFProTextRegular17RedA200 = TextStyle(
  color: BadColorConstant.redA200,
  fontSize: getFontSize(
    17,
  ),
  fontFamily: 'SF Pro Text',
  fontWeight: FontWeight.w400,
);