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