padding property

double padding
final

The padding applied inside the dialog around its content.

Type: double

Usage: Defaults to 24, scaled by ArcaneTheme.scaling. Controls spacing for title, content, and actions. Adjust for compact dialogs or to fit more content in smaller screens.

Implementation

final double padding;