padding property

EdgeInsets padding
override

The inset space occupied by the shape's border.

This value may be misleading. See the discussion at ShapeBorder.dimensions.

Implementation

@override
EdgeInsets get padding => shape.dimensions;