normalDemiBold property

TextStyle normalDemiBold
getter/setter pair

Implementation

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