shape property

ShapeBorder? get shape

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

Implementation

ShapeBorder? get shape => _data != null ? _data.shape : _shape;