childrenPadding property

EdgeInsetsGeometry? childrenPadding
final

Specifies padding for children.

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

See also:

  • EnhanceExpansionTileTheme.of, which returns the nearest EnhanceExpansionTileTheme's EnhanceExpansionTileThemeData.

Implementation

final EdgeInsetsGeometry? childrenPadding;