Double.infinity

Math nodes

ConditionValue

Released in version:

1.0.0

Flutter/Dart link:

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

The node "double.infinity" has no inputs

Outputs

Output nameCanvas RequiredTypeDescription

value

Double

Result generated by the operation double.infinity

Last updated