bigBodyMedium property

TextStyle bigBodyMedium

Implementation

static TextStyle get bigBodyMedium => TextStyle(
      fontWeight: FontWeight.w500,
      fontStyle: FontStyle.normal,
      fontSize: 16,
      height: 1.43,
      color: ZwapColors.shades100,
      fontFamily: family.familyName,
    );