verticalTitleGap property

double? verticalTitleGap
final

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

If null, then the value of MongolListTileTheme.verticalTitleGap is used. If that is also null, then a default value of 16 is used.

Implementation

final double? verticalTitleGap;