horizontalTitleGap property

double? horizontalTitleGap
final

The horizontal gap between the titles and the leading/trailing widgets.

If null, then the value of ListTileTheme.horizontalTitleGap is used. If that is also null, then a default value of 16 is used.

Implementation

final double? horizontalTitleGap;