txtSFProTextSemibold13 property

TextStyle txtSFProTextSemibold13
getter/setter pair

Implementation

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