focusBackgroundColor property

Color focusBackgroundColor

Implementation

Color get focusBackgroundColor {
  if (_focusBackgroundColor == null) return backgroundColor;

  return _focusBackgroundColor!;
}