DynamicEdgeInsets.only constructor
const
DynamicEdgeInsets.only({})
Implementation
const DynamicEdgeInsets.only({
this.left = const Length(0.0),
this.top = const Length(0.0),
this.right = const Length(0.0),
this.bottom = const Length(0.0),
});