getBackgroundColor method

Color? getBackgroundColor()

Implementation

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