shape property

ShapeBorder? shape
final

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

If this property is null then ListTileThemeData.shape is used. If that is also null then a rectangular Border will be used.

See also:

Implementation

final ShapeBorder? shape;