headerTextStyle property

TextStyle? headerTextStyle
final

The style to use for the text being edited on the search view.

If null, defaults to the bodyLarge text style from the current Theme. The default text color is ColorScheme.onSurface.

Implementation

final TextStyle? headerTextStyle;