We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a441a40 commit 788f01fCopy full SHA for 788f01f
packages/flutter/lib/src/material/constants.dart
@@ -17,7 +17,7 @@ const double kTextTabBarHeight = 48.0;
17
const Duration kThemeChangeDuration = const Duration(milliseconds: 200);
18
19
/// The radius of a circular material ink response in logical pixels.
20
-const double kRadialReactionRadius = 20.0;
+const double kRadialReactionRadius = 24.0;
21
22
/// The amount of time a circular material ink response should take to expand to its full size.
23
const Duration kRadialReactionDuration = const Duration(milliseconds: 100);
0 commit comments