foregroundColor property

Color? get foregroundColor

Overrides the default value of AppBar.foregroundColor in all descendant AppBar widgets.

See also:

Implementation

Color? get foregroundColor => _data != null ? _data.foregroundColor : _foregroundColor;