Component - ClipRRect and ClipPath
This UI component demonstrates how to use ClipRRect and ClipPath widgets in Flutter to clip child widgets into custom shapes. ClipRRect clips with rounded rectangles, while ClipPath allows clipping with any custom path shape.