H5 property

TextStyle get H5

use this extension to get text style

example:

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

Implementation

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