padding property
final
The padding that will surround the child widget.
EdgeInsets.all(24) by default.
Implementation
final EdgeInsets padding;
The padding that will surround the child widget.
EdgeInsets.all(24) by default.
final EdgeInsets padding;