snap property

bool snap
final

Automatically collapse bar if collapsed ratio >= 50% Automatically expand bar if collapsed ratio < 50% false means disable automatically collapse/expand. It won't work when dragging scrollbar by mouse, which depends on flutter issue: https://github.com/flutter/flutter/issues/138536

Implementation

final bool snap;