getDialogBackgroundColor static method

Color getDialogBackgroundColor(
  1. BuildContext context
)

Implementation

static Color getDialogBackgroundColor(BuildContext context) =>
    Theme.of(context).canvasColor;