We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9aa2ea1 commit 409a39dCopy full SHA for 409a39d
packages/flutter/test/material/time_picker_theme_test.dart
@@ -104,7 +104,6 @@ void main() {
104
expect(dialogMaterial.shape, const RoundedRectangleBorder(borderRadius: BorderRadius.all(Radius.circular(4.0))));
105
106
final RenderBox dial = tester.firstRenderObject<RenderBox>(find.byType(CustomPaint));
107
- debugPrint('Color: ${defaultTheme.colorScheme.onSurface.withOpacity(0.08)}');
108
expect(
109
dial,
110
paints
0 commit comments