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