txtSFProTextRegular16 property

TextStyle txtSFProTextRegular16
getter/setter pair

Implementation

static TextStyle txtSFProTextRegular16 = TextStyle(
  color: BadColorConstant.blueGray40001,
  fontSize: getFontSize(
    16,
  ),
  fontFamily: 'SF Pro Text',
  fontWeight: FontWeight.w400,
);