isIdentical property
Whether the two pixel buffers were considered identical.
Equivalent to difference == 0.0
.
Implementation
bool get isIdentical => difference == 0.0;
Whether the two pixel buffers were considered identical.
Equivalent to difference == 0.0
.
bool get isIdentical => difference == 0.0;