focusColor property
final
The color to use for the focus highlight for keyboard interactions.
Defaults to a slightly transparent color. If color is null, defaults to a slightly transparent CupertinoColors.activeBlue. Slightly transparent in this context means the color is used with an opacity of 0.80, a brightness of 0.69 and a saturation of 0.835.
Implementation
final Color? focusColor;