NativeEdgeInsets.only constructor
const
NativeEdgeInsets.only({})
Creates offsets where only the specified sides have non-zero values.
Implementation
const NativeEdgeInsets.only({
this.left = 0.0,
this.top = 0.0,
this.right = 0.0,
this.bottom = 0.0,
});