BarClipper constructor
const
BarClipper({
- required ValueListenable<
ScaffoldGeometry> geometry, - required NotchedShape shape,
- required double notchMargin,
Implementation
const BarClipper({
required this.geometry,
required this.shape,
required this.notchMargin,
}) : super(reclip: geometry);