searchTextStyle property

TextStyle? searchTextStyle
final

The style to use for search box text.

If null, the style will be set to TextStyle(fontSize: 16)

Implementation

final TextStyle? searchTextStyle;