txtSFProTextBold10 property

TextStyle txtSFProTextBold10
getter/setter pair

Implementation

static TextStyle txtSFProTextBold10 = TextStyle(
  color: BadColorConstant.teal500,
  fontSize: getFontSize(
    10,
  ),
  fontFamily: 'SF Pro Text',
  fontWeight: FontWeight.w700,
);