Margin constructor

Margin(
  1. EdgeInsets margin, {
  2. Widget? child,
})

Implementation

Margin(this.margin,{this.child});