bodySmall property

TextStyle? bodySmall

shortcut for Theme.of(context).textTheme.bodySmall

Implementation

TextStyle? get bodySmall => textTheme.bodySmall;