@@ -1012,7 +1012,7 @@ void main() {
1012
1012
);
1013
1013
});
1014
1014
1015
- testWidgets ('RadioListTile respects hoverColor' , (WidgetTester tester) async {
1015
+ testWidgets ('Material3 - RadioListTile respects hoverColor' , (WidgetTester tester) async {
1016
1016
tester.binding.focusManager.highlightStrategy = FocusHighlightStrategy .alwaysTraditional;
1017
1017
int ? groupValue = 0 ;
1018
1018
final Color ? hoverColor = Colors .orange[500 ];
@@ -1078,7 +1078,7 @@ void main() {
1078
1078
);
1079
1079
});
1080
1080
1081
- testWidgets ('RadioListTile respects overlayColor in active/pressed/hovered states' , (WidgetTester tester) async {
1081
+ testWidgets ('Material3 - RadioListTile respects overlayColor in active/pressed/hovered states' , (WidgetTester tester) async {
1082
1082
tester.binding.focusManager.highlightStrategy = FocusHighlightStrategy .alwaysTraditional;
1083
1083
1084
1084
const Color fillColor = Color (0xFF000000 );
@@ -1339,7 +1339,7 @@ void main() {
1339
1339
// support is deprecated and the APIs are removed, these tests
1340
1340
// can be deleted.
1341
1341
1342
- testWidgets ('RadioListTile respects overlayColor in active/pressed/hovered states' , (WidgetTester tester) async {
1342
+ testWidgets ('Material2 - RadioListTile respects overlayColor in active/pressed/hovered states' , (WidgetTester tester) async {
1343
1343
tester.binding.focusManager.highlightStrategy = FocusHighlightStrategy .alwaysTraditional;
1344
1344
1345
1345
const Color fillColor = Color (0xFF000000 );
@@ -1443,7 +1443,7 @@ void main() {
1443
1443
);
1444
1444
});
1445
1445
1446
- testWidgets ('RadioListTile respects hoverColor' , (WidgetTester tester) async {
1446
+ testWidgets ('Material2 - RadioListTile respects hoverColor' , (WidgetTester tester) async {
1447
1447
tester.binding.focusManager.highlightStrategy = FocusHighlightStrategy .alwaysTraditional;
1448
1448
int ? groupValue = 0 ;
1449
1449
final Color ? hoverColor = Colors .orange[500 ];
0 commit comments