-
Notifications
You must be signed in to change notification settings - Fork 29.7k
Closed
Labels
a: tests"flutter test", flutter_test, or one of our tests"flutter test", flutter_test, or one of our testsf: material designflutter/packages/flutter/material repository.flutter/packages/flutter/material repository.frameworkflutter/packages/flutter repository. See also f: labels.flutter/packages/flutter repository. See also f: labels.team-designOwned by Design Languages teamOwned by Design Languages team
Description
Is there an existing issue for this?
- I have searched the existing issues
- I have read the guide to filing a bug
Use case
If you modify some default colors, there are no tests that fail.
For instance, replace the default color for the popup menu item button and run the tests
| color: widget.color ?? iconTheme.color, |
iconSize: widget.iconSize ?? iconTheme.size,
color: widget.color ?? const Color(0xffffff00),flutter test test/material/popup_menu_test.dart
00:05 +58: All tests passed!Proposal
Add missing default color tests
Metadata
Metadata
Assignees
Labels
a: tests"flutter test", flutter_test, or one of our tests"flutter test", flutter_test, or one of our testsf: material designflutter/packages/flutter/material repository.flutter/packages/flutter/material repository.frameworkflutter/packages/flutter repository. See also f: labels.flutter/packages/flutter repository. See also f: labels.team-designOwned by Design Languages teamOwned by Design Languages team
Type
Projects
Status
Done (PR merged)