bodyExtraSmall property

TextStyle? bodyExtraSmall

Implementation

TextStyle? get bodyExtraSmall =>
    bodySmall?.copyWith(fontSize: 10, height: 1.6, letterSpacing: .5);