ChartInsets.horizontal constructor
const
ChartInsets.horizontal(
- ILengthValue value
Implementation
const ChartInsets.horizontal(ILengthValue value) :
left = value,
top = null,
right = value,
bottom = null;