bigRegular property

TextStyle bigRegular
getter/setter pair

Implementation

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