txtSFProDisplayRegular17Bluegray90001 property

TextStyle txtSFProDisplayRegular17Bluegray90001
getter/setter pair

Implementation

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