MobileSpecificParams constructor
const
MobileSpecificParams({
- Set<
Factory< ? mobileGestureRecognizers,OneSequenceGestureRecognizer> > - bool debuggingEnabled = false,
- bool androidEnableHybridComposition = false,
Constructor
Implementation
const MobileSpecificParams({
this.mobileGestureRecognizers,
this.gestureNavigationEnabled = false,
this.debuggingEnabled = false,
this.androidEnableHybridComposition = false,
});