enableInteractionsAutocapture property

bool? enableInteractionsAutocapture
final

Controls whether to enable Flutter interactions autocapture. When true, interactions autocapture will be enabled. When false or null, interactions will not be autocaptured.

Note: This option only affects Flutter interaction autocapture.

Implementation

final bool? enableInteractionsAutocapture;