bigBold property

TextStyle bigBold
getter/setter pair

Implementation

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