drawerBackgroundSchemeColor property

SchemeColor? drawerBackgroundSchemeColor
final

Defines which Theme based ColorScheme based color Drawer uses as as its background color.

This will affect both the background in Drawer and NavigationDrawer.

If undefined, defaults to SchemeColor.surface in M3 and to SchemeColor.background in M2.

Implementation

final SchemeColor? drawerBackgroundSchemeColor;