padding property
The internal padding applied to the flex container.
Adds space between the container's edges and its content. Uses EdgeSpacingGeometry for flexible, responsive padding values.
Defaults to EdgeSpacing.zero (no padding).
Implementation
final EdgeSpacingGeometry padding;