txtSFProDisplayRegular13LightBlue property

TextStyle txtSFProDisplayRegular13LightBlue
getter/setter pair

Implementation

static TextStyle txtSFProDisplayRegular13LightBlue = TextStyle(
  color: BadColorConstant.lightBlue,
  fontSize: getFontSize(
    13,
  ),
  fontFamily: 'SF Pro Display',
  fontWeight: FontWeight.w400,
);