dividerColor property

Color? dividerColor
final

The color of the divider on the search view.

If this property is null, then SearchViewThemeData.dividerColor is used. If that is also null, the default value is ColorScheme.outline.

Implementation

final Color? dividerColor;