txtSFProTextRegular13Black property

TextStyle txtSFProTextRegular13Black
getter/setter pair

Implementation

static TextStyle txtSFProTextRegular13Black = TextStyle(
  color: BadColorConstant.black900,
  fontSize: getFontSize(
    13,
  ),
  fontFamily: 'SF Pro Text',
  fontWeight: FontWeight.w400,
);