H3 property

TextStyle get H3

use this extension to get text style

example:

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

Implementation

TextStyle get H3 => const TextStyle(
      fontSize: 20,
      fontWeight: FontWeight.w400,
      letterSpacing: 0,
    );