borderColor property

Color? borderColor
final

Set the border color of OutlineSearchBar. If value is null and theme brightness is light, use primaryColor, if dark, use accentColor.

Implementation

final Color? borderColor;