txtSFProTextRegular17Blue600 property

TextStyle txtSFProTextRegular17Blue600
getter/setter pair

Implementation

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