focusColor property Null safety
final
By default the focusColor is based on the current Theme.
The decoration's container is the area which is filled if filled is true and bordered per the border. It's the area adjacent to icon and above the widgets that contain helperText, errorText, and counterText.
Implementation
final Color? focusColor;