contentPadding property

EdgeInsetsGeometry? contentPadding
final

Defines insets surrounding the tile's contents.

This value will surround the ComCheckbox, title, subtitle, and secondary widgets in ComCheckboxListTile.

When the value is null, the contentPadding is EdgeInsets.symmetric(horizontal: 16.0).

Implementation

final EdgeInsetsGeometry? contentPadding;