searchFieldStyle property

TextStyle? searchFieldStyle
final

The style of the searchFieldLabel.

If this value is set to null, the value of the ambient Theme's InputDecorationTheme.hintStyle will be used instead.

Only one of searchFieldStyle or searchFieldDecorationTheme can be non-null.

Implementation

final TextStyle? searchFieldStyle;