shape property

ShapeBorder? shape
final

The tile's shape.

Defines the tile's InkWell.customBorder and Ink.decoration shape.

If this property is null then ListTileTheme.shape is used. If that's null then a rectangular Border will be used.

Implementation

final ShapeBorder? shape;