txtSFProDisplayRegular17Gray900 property

TextStyle txtSFProDisplayRegular17Gray900
getter/setter pair

Implementation

static TextStyle txtSFProDisplayRegular17Gray900 = TextStyle(
  color: BadColorConstant.gray900,
  fontSize: getFontSize(
    17,
  ),
  fontFamily: 'SF Pro Display',
  fontWeight: FontWeight.w400,
);