hasNaN property
Whether any of the dimensions are NaN
.
Implementation
bool/*!*/ get hasNaN => left.isNaN || top.isNaN || right.isNaN || bottom.isNaN;
Whether any of the dimensions are NaN
.
bool/*!*/ get hasNaN => left.isNaN || top.isNaN || right.isNaN || bottom.isNaN;