H6 property

TextStyle get H6

use this extension to get text style

example:

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

Implementation

TextStyle get H6 => const TextStyle(
      fontSize: 10,
      fontWeight: FontWeight.w500,
      letterSpacing: 0.15,
    );