titleLarge property
TextStyle?
get
titleLarge
Returns the large title text style from the text theme.
Implementation
TextStyle? get titleLarge => textTheme.titleLarge;
Returns the large title text style from the text theme.
TextStyle? get titleLarge => textTheme.titleLarge;