body2 property

Text body2

Sets fontSize to 14 logical pixel and fontWeight to Light

Implementation

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