EmergentBoxShapeClipper constructor

const EmergentBoxShapeClipper({
  1. Key? key,
  2. required EmergentBoxShape shape,
  3. Widget? child,
})

Implementation

const EmergentBoxShapeClipper({super.key, required this.shape, this.child});