padding property

EdgeInsets? padding
final

The optional padding inside the frosted glass effect.

This padding adds space between the child widget and the borders of the frosted glass overlay, providing additional layout control.

Implementation

final EdgeInsets? padding;