body2 property

Text body2

The size of glyphs (in logical pixels) to use when painting the text.

Sets fontSize to 14 logical pixel and fontWeight to Light

Implementation

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