brightness property
final
The brightness of the app bar's material. Typically this is set along with backgroundColor, iconTheme, textTheme.
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;