ChartMargin.all constructor

const ChartMargin.all(
  1. double value
)

Implementation

const ChartMargin.all(double value)
    : top = value,
      right = value,
      bottom = value,
      left = value;