borderColor property

Color? borderColor
final

The border color of the TextField if not focused. Ignored if inputDecoration is non-null.

By default chooses a color based on the Theme.

Implementation

final Color? borderColor;