NestedPuncher constructor
const
NestedPuncher({})
Implementation
const NestedPuncher({
super.key,
required this.radius,
this.overlap = 0.6,
this.enabled = true,
this.shape,
this.margin = 2,
this.inner = true,
this.outer = true,
this.punchers = const [],
required this.child,
});