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