megaBold property

TextStyle megaBold
getter/setter pair

Implementation

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