veryBigMedium property

TextStyle veryBigMedium
getter/setter pair

Implementation

static TextStyle veryBigMedium = defaultStyle.copyWith(
  fontSize: TEXT_SIZE_VERY_BIG,
  fontFamily: FontFamily.iRANSansXFAMedium,
  height: TEXT_HEIGHT,
);