toNextOverPercent property

double toNextOverPercent
finalinherited

After the internal logic figure out the first child widget, if the proportion of the size of the child widget blocked to its own size exceeds the value toNextOverPercent, the next child widget will be the first child widget.

Implementation

final double toNextOverPercent;