EdgeInsets constructor

EdgeInsets(
  1. double top,
  2. double right,
  3. double bottom,
  4. double left,
)

Implementation

EdgeInsets(this.top, this.right, this.bottom, this.left);