bodyText1 property

TextStyle? bodyText1

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

Implementation

TextStyle? get bodyText1 => textTheme.bodyText1;