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