padding property
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;
The inset space occupied by the shape's border.
This value may be misleading. See the discussion at ShapeBorder.dimensions.
@override
EdgeInsets get padding => shape.dimensions;