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
bf8e2c14
Unverified
Commit
bf8e2c14
authored
Feb 21, 2020
by
Tanat Boozayaangool
Committed by
GitHub
Feb 21, 2020
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix typo in description for PointerEvent.radiusMax (#51149)
parent
e8e99e49
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
events.dart
packages/flutter/lib/src/gestures/events.dart
+1
-1
No files found.
packages/flutter/lib/src/gestures/events.dart
View file @
bf8e2c14
...
@@ -366,7 +366,7 @@ abstract class PointerEvent extends Diagnosticable {
...
@@ -366,7 +366,7 @@ abstract class PointerEvent extends Diagnosticable {
/// for this pointer, in logical pixels.
/// for this pointer, in logical pixels.
final
double
radiusMin
;
final
double
radiusMin
;
/// The m
in
imum value that could be reported for [radiusMajor] and [radiusMinor]
/// The m
ax
imum value that could be reported for [radiusMajor] and [radiusMinor]
/// for this pointer, in logical pixels.
/// for this pointer, in logical pixels.
final
double
radiusMax
;
final
double
radiusMax
;
...
...
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