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