hugeBold property

TextStyle hugeBold
getter/setter pair

Implementation

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