tilePadding property Null safety
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:
- ExpansionTileTheme.of, which returns the nearest ExpansionTileTheme's ExpansionTileThemeData.
Implementation
final EdgeInsetsGeometry? tilePadding;