backgroundColor property

Color? backgroundColor
final

The color to use for the drawer background. Typically this should be set along with brightness.

If this is null, then ThemeData.primaryColor is used.

Implementation

final Color? backgroundColor;