normalRegular property

TextStyle normalRegular
getter/setter pair

Implementation

static TextStyle normalRegular = defaultStyle.copyWith(
  fontSize: TEXT_SIZE_NORMAL,
  fontFamily: FontFamily.iRANSansXFARegular,
  height: TEXT_HEIGHT,
);