veryBigBold property

TextStyle veryBigBold
getter/setter pair

Implementation

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