Skip to content

Commit 788f01f

Browse files
author
Hans Muller
authored
Revert kRadialReactionRadius was 20 is now 24 again (flutter#14522)
1 parent a441a40 commit 788f01f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/flutter/lib/src/material/constants.dart

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ const double kTextTabBarHeight = 48.0;
1717
const Duration kThemeChangeDuration = const Duration(milliseconds: 200);
1818

1919
/// The radius of a circular material ink response in logical pixels.
20-
const double kRadialReactionRadius = 20.0;
20+
const double kRadialReactionRadius = 24.0;
2121

2222
/// The amount of time a circular material ink response should take to expand to its full size.
2323
const Duration kRadialReactionDuration = const Duration(milliseconds: 100);

0 commit comments

Comments
 (0)