txtSFProTextRegular15Gray80099 property

TextStyle txtSFProTextRegular15Gray80099
getter/setter pair

Implementation

static TextStyle txtSFProTextRegular15Gray80099 = TextStyle(
  color: BadColorConstant.gray80099,
  fontSize: getFontSize(
    13,
  ),
  fontFamily: 'SF Pro Text',
  fontWeight: FontWeight.w100,
);