h6 property

Text get h6

Applies h6 style: font size 20 logical pixels and medium font weight

Implementation

Text get h6 => _copyWith(
    style: const TextStyle(fontSize: 20.0, fontWeight: FontWeight.w500));