InteractiveEnabledGestures constructor

const InteractiveEnabledGestures({
  1. bool tap = true,
  2. bool longPress = true,
  3. bool drag = true,
  4. bool hover = true,
})

Implementation

const InteractiveEnabledGestures({
  this.tap = true,
  this.longPress = true,
  this.drag = true,
  this.hover = true,
});