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