body2 property

Text get body2

Applies body2 style: font size 14 logical pixels and medium font weight

Implementation

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