padding property
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 as EdgeInsets;
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 as EdgeInsets;