foregroundColor property
Overrides the default value of AppBar.foregroundColor in all descendant AppBar widgets.
See also:
- backgroundColor, which overrides the default value of AppBar.backgroundColor in all descendant AppBar widgets.
Implementation
Color? get foregroundColor => _data != null ? _data.foregroundColor : _foregroundColor;