h6 property

Text h6

Sets fontSize to 20 logical pixel and fontWeight to medium

Implementation

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