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.