edgeInsets method

EdgeInsets edgeInsets()

Implementation

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