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
788f01f9
Unverified
Commit
788f01f9
authored
Feb 07, 2018
by
Hans Muller
Committed by
GitHub
Feb 07, 2018
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Revert kRadialReactionRadius was 20 is now 24 again (#14522)
parent
a441a403
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
constants.dart
packages/flutter/lib/src/material/constants.dart
+1
-1
No files found.
packages/flutter/lib/src/material/constants.dart
View file @
788f01f9
...
...
@@ -17,7 +17,7 @@ const double kTextTabBarHeight = 48.0;
const
Duration
kThemeChangeDuration
=
const
Duration
(
milliseconds:
200
);
/// The radius of a circular material ink response in logical pixels.
const
double
kRadialReactionRadius
=
2
0
.0
;
const
double
kRadialReactionRadius
=
2
4
.0
;
/// The amount of time a circular material ink response should take to expand to its full size.
const
Duration
kRadialReactionDuration
=
const
Duration
(
milliseconds:
100
);
...
...
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