Margin.all constructor
const
Margin.all(
- int value
Creates uniform margin on all sides.
Implementation
const Margin.all(int value)
: top = value,
right = value,
bottom = value,
left = value;
Creates uniform margin on all sides.
const Margin.all(int value)
: top = value,
right = value,
bottom = value,
left = value;