padding property

EdgeInsetsGeometry? padding
final

The internal padding around the alert content.

Type: EdgeInsetsGeometry?. If null, uses default padding based on scaling. Controls the spacing between the alert border and its content elements.

Implementation

final EdgeInsetsGeometry? padding;