txtSFProTextSemibold17 property

TextStyle txtSFProTextSemibold17
getter/setter pair

Implementation

static TextStyle txtSFProTextSemibold17 = TextStyle(
  color: BadColorConstant.whiteA700,
  fontSize: getFontSize(
    17,
  ),
  fontFamily: 'SF Pro Text',
  fontWeight: FontWeight.w600,
);