liveFeedback property

bool liveFeedback
final

If true, the callbacks are called every time the gesture gets updated and provide an Offset value in each callback.

Otherwise, callbacks are called only when the gesture is ended.

Implementation

final bool liveFeedback;