ScrollBehaviour.createFlingScrollSimulation() can return null, according to its contract.
ScrollableState._createFlingSimulation() doesn't know how to handle that, it sets tolerance even if it's null.
The way to find this is to tap the text field in the stocks app (not sure why exactly).
cc @HansMuller