bodyText1 property
TextStyle?
get
bodyText1
bodyText1 text style same as Theme.of(this).textTheme.bodyText1
Implementation
TextStyle? get bodyText1 => Theme.of(this).textTheme.bodyMedium;
bodyText1 text style same as Theme.of(this).textTheme.bodyText1
TextStyle? get bodyText1 => Theme.of(this).textTheme.bodyMedium;