ChartInsets constructor
const
ChartInsets({
- ILengthValue? left,
- ILengthValue? top,
- ILengthValue? right,
- ILengthValue? bottom,
Implementation
const ChartInsets({
this.left,
this.top,
this.right,
this.bottom,
});