padding property
Internal padding for the dialog content.
Type: EdgeInsetsGeometry?. If null, uses responsive padding
based on theme scaling (24 * scaling). Controls spacing around
all dialog content.
Implementation
final EdgeInsetsGeometry? padding;