GroupNestedPuncher constructor
const
GroupNestedPuncher({})
Implementation
const GroupNestedPuncher({
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 [],
this.axis = Axis.horizontal,
required this.children,
});