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