nodeHeight property

double nodeHeight
final

The height each node will take, its more efficient (for the scrolling machinery) than letting the nodes determine their own height. (Also used by ScrollController to determine the offset of a node and scroll to it).

Defaults to 40.0.

Implementation

final double nodeHeight;