类似还有
- CustomClipper, for information about creating custom clips.
- ClipRect, for more efficient clips without rounded corners.
- ClipOval, for an elliptical clip.
- ClipPath, for an arbitrarily shaped clip.
-
ClipRRect( borderRadius: BorderRadius.circular(15,0), clipBehavior:Clip.hardEdge, child:MyDashPocWidget(), );