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.

If this property is null then ExpansionTileThemeData.tilePadding is used. If that is also null then the tile's padding is EdgeInsets.symmetric(horizontal: 16.0).

See also:

Implementation

final EdgeInsetsGeometry? tilePadding;