contentPadding property

EdgeInsetsGeometry? contentPadding
final

Defines insets surrounding the tile's contents.

This value will surround the Checkbox, title, subtitle, and secondary widgets in CheckboxListTile.

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

Implementation

final EdgeInsetsGeometry? contentPadding;