largeBold property

TextStyle largeBold
getter/setter pair

Implementation

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