operator / method
Divides the EdgeInsets in each dimension by the given factor.
Implementation
@override
EdgeInsets operator /(double other) => $value / other;
Divides the EdgeInsets in each dimension by the given factor.
@override
EdgeInsets operator /(double other) => $value / other;