EdgeInsets.all constructor
const
EdgeInsets.all(
- int v
Implementation
const EdgeInsets.all(int v)
: top = v,
right = v,
bottom = v,
left = v;
const EdgeInsets.all(int v)
: top = v,
right = v,
bottom = v,
left = v;