MobileSpecificParams constructor

const MobileSpecificParams({
  1. Set<Factory<OneSequenceGestureRecognizer>>? mobileGestureRecognizers,
  2. bool gestureNavigationEnabled = false,
  3. bool debuggingEnabled = false,
  4. bool androidEnableHybridComposition = false,
})

Constructor

Implementation

const MobileSpecificParams({
  this.mobileGestureRecognizers,
  this.gestureNavigationEnabled = false,
  this.debuggingEnabled = false,
  this.androidEnableHybridComposition = false,
});