disabledBackgroundColor property

Color disabledBackgroundColor

Implementation

Color get disabledBackgroundColor {
  if (_disabledBackgroundColor == null)
    return backgroundColor.withOpacity(0.5);

  return _disabledBorderColor!;
}