searchButtonIconColor property

Color? searchButtonIconColor
final

Set the icon color inside the search button. If value is null and theme brightness is light, use primaryColor, if dark, use accentColor.

Implementation

final Color? searchButtonIconColor;