verySmallBold property

TextStyle verySmallBold
getter/setter pair

Implementation

static TextStyle verySmallBold = defaultStyle.copyWith(
  fontSize: TEXT_SIZE_VERY_SMALL,
  fontFamily: FontFamily.iRANSansXFADemiBold,
  height: TEXT_HEIGHT,
);