toEdgeInsets method

EdgeInsets toEdgeInsets()

Converts to EdgeInsets.

Implementation

EdgeInsets toEdgeInsets() {
  return EdgeInsets.fromLTRB(left, top, right, bottom);
}