operator / method
Divides the EdgeInsetsGeometry object in each dimension by the given factor.
This operator returns an object of the same type as the operand.
Implementation
@override
EdgeInsetsGeometry operator /(double other) => $value / other;
Divides the EdgeInsetsGeometry object in each dimension by the given factor.
This operator returns an object of the same type as the operand.
@override
EdgeInsetsGeometry operator /(double other) => $value / other;