getDialogBackgroundColor method
Returns dialog background color or default
Implementation
Color getDialogBackgroundColor() {
return dialogBackgroundColor ?? Colors.white;
}
Returns dialog background color or default
Color getDialogBackgroundColor() {
return dialogBackgroundColor ?? Colors.white;
}