Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Sign in
Toggle navigation
F
Front-End
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
abdullh.alsoleman
Front-End
Commits
cb0bda39
Unverified
Commit
cb0bda39
authored
May 04, 2021
by
Todd Volkert
Committed by
GitHub
May 04, 2021
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add doc links to RawGestureDetector (#81796)
parent
0cc59b02
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
1 deletion
+3
-1
recognizer.dart
packages/flutter/lib/src/gestures/recognizer.dart
+2
-1
gesture_detector.dart
packages/flutter/lib/src/widgets/gesture_detector.dart
+1
-0
No files found.
packages/flutter/lib/src/gestures/recognizer.dart
View file @
cb0bda39
...
...
@@ -51,7 +51,8 @@ enum DragStartBehavior {
///
/// See also:
///
/// * [GestureDetector], the widget that is used to detect gestures.
/// * [GestureDetector], the widget that is used to detect built-in gestures.
/// * [RawGestureDetector], the widget that is used to detect custom gestures.
/// * [debugPrintRecognizerCallbacksTrace], a flag that can be set to help
/// debug issues with gesture recognizers.
abstract
class
GestureRecognizer
extends
GestureArenaMember
with
DiagnosticableTreeMixin
{
...
...
packages/flutter/lib/src/widgets/gesture_detector.dart
View file @
cb0bda39
...
...
@@ -201,6 +201,7 @@ class GestureRecognizerFactoryWithHandlers<T extends GestureRecognizer> extends
/// * [Listener], a widget for listening to lower-level raw pointer events.
/// * [MouseRegion], a widget that tracks the movement of mice, even when no
/// button is pressed.
/// * [RawGestureDetector], a widget that is used to detect custom gestures.
class
GestureDetector
extends
StatelessWidget
{
/// Creates a widget that detects gestures.
///
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment