ConvexNotchedRectangle constructor

ConvexNotchedRectangle({
  1. required NotchSmoothness notchSmoothness,
  2. bool isHexagon = false,
  3. bool drawHexagon = false,
  4. bool convexBridge = false,
  5. double leftCornerRadius = 0,
  6. double rightCornerRadius = 0,
  7. Animation<double>? animation,
})

Implementation

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