ChartInsets.all constructor

const ChartInsets.all(
  1. ILengthValue value
)

Implementation

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