NodeShapeClipper constructor
const
NodeShapeClipper({
- required NodeShape shape,
- EdgeInsets padding = EdgeInsets.zero,
Creates a node shape clipper.
Parameters:
shape- The shape to clip topadding- Optional inset padding to shrink the clipping area
Implementation
const NodeShapeClipper({required this.shape, this.padding = EdgeInsets.zero});