hugeRegular property

TextStyle hugeRegular
getter/setter pair

Implementation

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