EdgeInsets.only constructor
Creates insets with only the given values non-zero.
Implementation
const EdgeInsets.only({
this.left = 0.0,
this.top = 0.0,
this.right = 0.0,
this.bottom = 0.0,
});
Creates insets with only the given values non-zero.
const EdgeInsets.only({
this.left = 0.0,
this.top = 0.0,
this.right = 0.0,
this.bottom = 0.0,
});