snapOnTap property

bool snapOnTap
final

Quick helper to snap widgets when touched If true wraps the widget in GestureDetector and starts snap when tapped Defaults to false

Implementation

final bool snapOnTap;