shape property
Overrides the default value of AppBar.shape in all descendant AppBar widgets.
Implementation
ShapeBorder? get shape => _data != null ? _data.shape : _shape;
Overrides the default value of AppBar.shape in all descendant AppBar widgets.
ShapeBorder? get shape => _data != null ? _data.shape : _shape;