veryBigRegular property

TextStyle veryBigRegular
getter/setter pair

Implementation

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