searchFieldStyle property Null safety
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;