shadowColor property

MaterialStateProperty<Color?>? shadowColor
final

The shadow color of the search bar's Material.

If null, the value of SearchBarThemeData.shadowColor will be used. If this is also null, then the default value is ColorScheme.shadow.

Implementation

final MaterialStateProperty<Color?>? shadowColor;