padding property

EdgeInsetsGeometry? padding
finalinherited

The amount of space by which to inset the children.

This is passed directly to the AnimatedList's padding attribute For more information see the AnimatedList.padding

Implementation

final EdgeInsetsGeometry? padding;