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