FFGestureDetector constructor

FFGestureDetector({
  1. Key? key,
  2. String? notes,
  3. Function? onClick,
  4. bool? unconstrainedBox = false,
  5. AlignmentGeometry? alignment = Alignment.topLeft,
  6. EdgeInsetsGeometry? margin,
  7. EdgeInsetsGeometry? padding,
  8. Color? color,
  9. Decoration? decoration,
  10. double? width,
  11. double? heigth,
  12. bool? hiddenKeepFrame = false,
  13. bool? hiddenClearFrame = false,
})

Implementation

FFGestureDetector({
  Key? key,
  this.notes,
  this.onClick,
  this.unconstrainedBox = false,
  //
  this.alignment = Alignment.topLeft,
  this.margin,
  this.padding,
  this.color,
  this.decoration,
  this.width,
  this.heigth,
  this.hiddenKeepFrame = false,
  this.hiddenClearFrame = false,
}) : super(key: key);