tilePadding property

EdgeInsetsGeometry? tilePadding
final

Specifies padding for the ListTile.

Analogous to ListTile.contentPadding, this property defines the insets for the leading, title, subtitle and trailing widgets. It does not inset the expanded children widgets.

When the value is null, the tile's padding is EdgeInsets.symmetric(horizontal: 16.0).

Implementation

final EdgeInsetsGeometry? tilePadding;