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