dialogBackground property

Color dialogBackground
return Theme.of(context).dialogBackgroundColor

Implementation

Color get dialogBackground => Theme.of(_context).dialogBackgroundColor;