resolvedPadding property

EdgeInsets? resolvedPadding

The amount to pad the child in each dimension.

The offsets are specified in terms of visual edges, left, top, right, and bottom. These values are not affected by the TextDirection.

Must not be null or contain negative values when performLayout is called.

Implementation

EdgeInsets? get resolvedPadding;