displaySmall property

TextStyle? get displaySmall

get displaySmall property from text theme

Implementation

TextStyle? get displaySmall => Theme.of(this).textTheme.displaySmall;