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