brightness property

Brightness? brightness
final

The brightness of the drawer. Typically this is set along with backgroundColor, backgroundGradient.

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

Implementation

final Brightness? brightness;