FFGestureDetector constructor
FFGestureDetector({
- Key? key,
- String? notes,
- Function? onClick,
- bool? unconstrainedBox = false,
- AlignmentGeometry? alignment = Alignment.topLeft,
- EdgeInsetsGeometry? margin,
- EdgeInsetsGeometry? padding,
- Color? color,
- Decoration? decoration,
- double? width,
- double? heigth,
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);