brightness property
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.estimateBrightnessForColor(color) is used.
Implementation
final Brightness? brightness;