getDialogBackgroundColor method

Color getDialogBackgroundColor()

Returns dialog background color or default

Implementation

Color getDialogBackgroundColor() {
  return dialogBackgroundColor ?? Colors.white;
}