CustomShaper constructor
const
CustomShaper({})
Implementation
const CustomShaper({
super.key,
required this.clipper,
this.child,
this.color = Colors.blue,
this.width = 100,
this.height = 100,
});
const CustomShaper({
super.key,
required this.clipper,
this.child,
this.color = Colors.blue,
this.width = 100,
this.height = 100,
});