When it's not enabled, no events will be processed. Usually widgets will want to expose this via a property.
SwipeTracker.enabled
bool enabled() @propertyGet enabled property.
Returns
Whether the swipe tracker is enabled.
void enabled(bool propval) @propertySet enabled property.
Parameters
propval | Whether the swipe tracker is enabled. When it's not enabled, no events will be processed. Usually widgets will want to expose this via a property. |