normalBold property

TextStyle normalBold
getter/setter pair

Implementation

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