body1 property

Text body1

Sets fontSize to 16 logical pixel and fontWeight to Light

Implementation

Text get body1 => _copyWith(style: const TextStyle(fontSize: 16.0));