smallRegular property

TextStyle smallRegular
getter/setter pair

Implementation

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