ChartInsets.horizontal constructor

const ChartInsets.horizontal(
  1. ILengthValue value
)

Implementation

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