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