childrenPadding property

  1. @override
EdgeInsetsGeometry childrenPadding
final

The padding around the children. Defaults to EdgeInsets.fromLTRB(0, 0, 0, 24).

Implementation

@override
final EdgeInsetsGeometry childrenPadding;