shape property

ShapeBorder? shape
final

The tile's border shape when the sublist is expanded.

If this property is null, the ExpansionTileThemeData.shape is used. If that is also null, a Border with vertical sides default to ThemeData.dividerColor is used

See also:

Implementation

final ShapeBorder? shape;