headline6 property
TextStyle?
get
headline6
Implementation
TextStyle? get headline6 => Theme.of(this)
.textTheme
.headlineSmall
?.copyWith(fontSize: 15, fontWeight: FontWeight.w600);
TextStyle? get headline6 => Theme.of(this)
.textTheme
.headlineSmall
?.copyWith(fontSize: 15, fontWeight: FontWeight.w600);