childrenPadding property

EdgeInsetsGeometry? childrenPadding
final

Specifies padding for children.

If this property is null then ExpansionTileThemeData.childrenPadding is used. If that is also null then the value of childrenPadding is EdgeInsets.zero.

See also:

Implementation

final EdgeInsetsGeometry? childrenPadding;