megaRegular property

TextStyle megaRegular
getter/setter pair

Implementation

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