GestureDetectorDefault constructor

GestureDetectorDefault({
  1. dynamic onTap()?,
  2. Widget? child,
  3. bool? isLoading,
  4. Color? colors,
  5. bool? urgernt,
  6. dynamic onDoubleTap()?,
})

Implementation

GestureDetectorDefault({
  this.onTap,this.child,
  this.isLoading,
  this.colors,
  this.urgernt,
  this.onDoubleTap,
});