Double.infinity
Math nodes
Last updated
Math nodes
Last updated
Released in version:
1.0.0
The node "double.infinity" generates a supremely high value of type double. Hence its name includes the word infinity (although in theory, it is not).
In Flutter, this constant is generated by performing the arithmetic operation 1.0/0.0.
This node can be useful in certain circumstances such as assigning a maximum width or height to a widget that has a parent with its dimensions defined.
The node "double.infinity" has no inputs
value
Double
Result generated by the operation double.infinity