getMainBackgroundColor method
Returns background color or default
Implementation
Color getMainBackgroundColor() {
return mainBackgroundColor ?? Colors.white;
}
Returns background color or default
Color getMainBackgroundColor() {
return mainBackgroundColor ?? Colors.white;
}