padding property
EdgeInsets
get
padding
The padding around the content of the modal.
Implementation
EdgeInsets get padding => _padding;
set
padding
(EdgeInsets value)
Implementation
set padding(EdgeInsets value) {
_padding = value;
rebuild();
}