H4 property

TextStyle get H4

use this extension to get text style

example:

Text('data', style: context.H4)

Implementation

TextStyle get H4 => const TextStyle(
      fontSize: 18,
      fontWeight: FontWeight.w400,
      letterSpacing: 0.25,
    );