onEnableFeedback method
Whether detected gestures should provide acoustic and/or haptic feedback
Implementation
bool? onEnableFeedback() =>
inEnableFeedback == null ? null : inEnableFeedback!();
Whether detected gestures should provide acoustic and/or haptic feedback
bool? onEnableFeedback() =>
inEnableFeedback == null ? null : inEnableFeedback!();