wiggleCount property

int? wiggleCount
final

The amount of times per wiggleInterval the divider displayed is going to wiggle. Increasing this value might worsen the performance. Prefer setting it to 0 when not using wiggling dividers.

Defaults to 1.

Implementation

final int? wiggleCount;