RectShape constructor

RectShape({
  1. bool histogram = false,
  2. double labelPosition = 1,
  3. BorderRadius? borderRadius,
})

Creates a rectangle shape.

Implementation

RectShape({
  this.histogram = false,
  this.labelPosition = 1,
  this.borderRadius,
});