subText4 property

TextStyle get subText4

Implementation

TextStyle get subText4 => TextStyle(
      fontWeight: FontWeight.w500,
      fontSize: 12.toFont,
      letterSpacing: 0.24,
      color: Colors.white.withOpacity(0.75),
    );