backgroundColor property

  1. @override
Color? backgroundColor
override

Overrides the default value of NavigationDrawer.backgroundColor.

Implementation

@override
Color? get backgroundColor => _colors.surface;