ChartInsets constructor

const ChartInsets({
  1. ILengthValue? left,
  2. ILengthValue? top,
  3. ILengthValue? right,
  4. ILengthValue? bottom,
})

Implementation

const ChartInsets({
  this.left,
  this.top,
  this.right,
  this.bottom,
});