EmergentBoxShapeClipper constructor
const
EmergentBoxShapeClipper({
- Key? key,
- required EmergentBoxShape shape,
- Widget? child,
Implementation
const EmergentBoxShapeClipper({super.key, required this.shape, this.child});