txtSFProTextRegular17Black900 property

TextStyle txtSFProTextRegular17Black900
getter/setter pair

Implementation

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