ChartPainterConstraint constructor

const ChartPainterConstraint({
  1. double left = 0,
  2. double right = 0,
  3. double top = 0,
  4. double bottom = 0,
})

Implementation

const ChartPainterConstraint({
  this.left = 0,
  this.right = 0,
  this.top = 0,
  this.bottom = 0
});