focusColor property

Color? focusColor
final

The color to blend with the decoration's fillColor with, if filled is true and the container has the input focus.

By default the focusColor is based on the current Theme.

The decoration's container is the area, defined by the border's InputBorder.getOuterPath, which is filled if filled is true and bordered per the border.

Implementation

final Color? focusColor;