veryHugeBold property

TextStyle veryHugeBold
getter/setter pair

Implementation

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