EdgeInsets constructor

const EdgeInsets(
  1. AstNode? top,
  2. AstNode? right,
  3. AstNode? bottom,
  4. AstNode? left,
)

Implementation

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