EdgeInsets.all constructor
const
EdgeInsets.all(
- double? all
Implementation
const EdgeInsets.all(this.all)
: horizontal = null,
vertical = null,
left = null,
top = null,
right = null,
bottom = null;