operator % method Null safety
- double other
override
Computes the remainder in each dimension by the given factor.
Implementation
@override
Alignment operator %(double other) {
return Alignment(x % other, y % other);
}
Computes the remainder in each dimension by the given factor.
@override
Alignment operator %(double other) {
return Alignment(x % other, y % other);
}