TipRRectShape constructor

const TipRRectShape({
  1. double radius = 10,
  2. double triangleOffsetX = 20,
  3. double triangleWidth = 20,
  4. double triangleHeight = 10,
})

Implementation

const TipRRectShape({
  this.radius = 10,
  this.triangleOffsetX = 20,
  this.triangleWidth = 20,
  this.triangleHeight = 10,
});