hasNaN property Null safety
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;