txtSFProTextRegular12 property

TextStyle txtSFProTextRegular12
getter/setter pair

Implementation

static TextStyle txtSFProTextRegular12 = TextStyle(
  color: BadColorConstant.gray80099,
  fontSize: getFontSize(
    12,
  ),
  fontFamily: 'SF Pro Text',
  fontWeight: FontWeight.w400,
);