contentPadding property Null safety

EdgeInsetsGeometry? contentPadding

Overrides the default value of ListTile.contentPadding.

This property is obsolete: please use the data ListTileThemeData.contentPadding property instead.

Implementation

EdgeInsetsGeometry? get contentPadding => _data != null ? _data!.contentPadding : _contentPadding;