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