bodySmall property

TextStyle get bodySmall

Small body text (scaled 12px).

Implementation

TextStyle get bodySmall => baseTextStyle(12, lineHeight: 1.1);