fs20 property

TextStyle fs20

Getter for a TextStyle with font size 20.

Implementation

TextStyle get fs20 => copyWith(fontSize: 20);