shape property
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:
- ListTileTheme.of, which returns the nearest ListTileTheme's ListTileThemeData.
Implementation
final ShapeBorder? shape;