isFinite property
Whether all coordinates of this rounded rectangle are finite.
Implementation
bool/*!*/ get isFinite => left.isFinite && top.isFinite && right.isFinite && bottom.isFinite;
Whether all coordinates of this rounded rectangle are finite.
bool/*!*/ get isFinite => left.isFinite && top.isFinite && right.isFinite && bottom.isFinite;