ConvexNotchedRectangle constructor
ConvexNotchedRectangle({})
Implementation
ConvexNotchedRectangle({
required this.notchSmoothness,
this.isHexagon = false,
this.drawHexagon = false,
this.convexBridge = false,
this.leftCornerRadius = 0,
this.rightCornerRadius = 0,
this.animation,
});