shape property
Overrides the default value of ListTile.shape.
This property is obsolete: please use the data ListTileThemeData.shape property instead.
Implementation
ShapeBorder? get shape => _data != null ? _data.shape : _shape;
Overrides the default value of ListTile.shape.
This property is obsolete: please use the data ListTileThemeData.shape property instead.
ShapeBorder? get shape => _data != null ? _data.shape : _shape;