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