resolvedPadding property

  1. @override
EdgeInsets? resolvedPadding
override

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

@override
EdgeInsets? get resolvedPadding => _resolvedPadding;