brightness property

Brightness? brightness
final

The gradient displayed at the appbar.

If this property is null, then ThemeData.appBarTheme.brightness is used, if that is also null, then ThemeData.primaryColorBrightness is used.

Implementation

final Brightness? brightness;