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