operator % abstract method

EdgeInsetsGeometry operator %(
  1. double other
)

Computes the remainder in each dimension by the given factor.

This operator returns an object of the same type as the operand.

This operator may have unexpected results when applied to a mixture of EdgeInsets and EdgeInsetsDirectional objects.

Implementation

EdgeInsetsGeometry operator %(double other);