padding property

EdgeInsets padding
final

The padding that will surround the child widget.

EdgeInsets.all(24) by default.

Implementation

final EdgeInsets padding;