hugeDemiBold property

TextStyle hugeDemiBold
getter/setter pair

Implementation

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