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