getDisableBackgroundColor method

Color getDisableBackgroundColor()

Implementation

Color getDisableBackgroundColor() {
  return isEnable
      ? backgroundColor
      : disableBackgroundColor ?? backgroundColor;
}