titleStyle property
TextStyle?
get
titleStyle
titleStyle returns the title style for the scaffold.
Implementation
TextStyle? get titleStyle => Theme.of(this).textTheme.titleLarge?.copyWith(fontWeight: .bold);