Double.infinity
Math nodes
Condition
Value
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.
Inputs
Outputs
Output name
Canvas Required
Type
Description
value
Double
Result generated by the operation double.infinity
Last updated