hasCallbacks property

bool hasCallbacks
override

Implementation

bool get hasCallbacks =>
    !(onDown == null && onStart == null && onUpdate == null && onEnd == null && onCancel == null);