searchFieldStyle property

  1. @override
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

@override
// ignore: overridden_fields
final TextStyle? searchFieldStyle;