smallBold property

TextStyle smallBold
getter/setter pair

Implementation

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