ChartInsets.vertical constructor

const ChartInsets.vertical(
  1. ILengthValue value
)

Implementation

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