txtSFProDisplayRegular12Bluegray900 property

TextStyle txtSFProDisplayRegular12Bluegray900
getter/setter pair

Implementation

static TextStyle txtSFProDisplayRegular12Bluegray900 = TextStyle(
  color: BadColorConstant.blueGray900,
  fontSize: getFontSize(
    12,
  ),
  fontFamily: 'SF Pro Display',
  fontWeight: FontWeight.w400,
);