latedoubledividerThickness;// Will be set when the dialog builder runs. Needs a BuildContext.
latedoubledividerThickness;// Will be set when the dialog builder runs. Needs a BuildContext.
awaittester.pumpWidget(
awaittester.pumpWidget(
createAppWithButtonThatLaunchesDialog(
createAppWithButtonThatLaunchesDialog(
...
@@ -667,8 +676,9 @@ void main() {
...
@@ -667,8 +676,9 @@ void main() {
);
);
});
});
testWidgets('Actions section height for 2 stacked buttons without enough room and regular font is 1.5 buttons tall.',(WidgetTestertester)async{
testWidgetsWithLeakTracking('Actions section height for 2 stacked buttons without enough room and regular font is 1.5 buttons tall.',(WidgetTestertester)async{
testWidgets('Actions section height for 2 stacked buttons without enough room and large accessibility font is 50% of dialog height.',(WidgetTestertester)async{
testWidgetsWithLeakTracking('Actions section height for 2 stacked buttons without enough room and large accessibility font is 50% of dialog height.',(WidgetTestertester)async{
testWidgets('When thumbVisibility is true, must pass a controller or find PrimaryScrollController',(WidgetTestertester)async{
testWidgetsWithLeakTracking('When thumbVisibility is true, must pass a controller or find PrimaryScrollController',(WidgetTestertester)async{
WidgetviewWithScroll(){
WidgetviewWithScroll(){
returnconstDirectionality(
returnconstDirectionality(
textDirection:TextDirection.ltr,
textDirection:TextDirection.ltr,
...
@@ -364,8 +368,9 @@ void main() {
...
@@ -364,8 +368,9 @@ void main() {
},
},
);
);
testWidgets('When thumbVisibility is true, must pass a controller or find PrimaryScrollController that is attached to a scroll view',(WidgetTestertester)async{
testWidgetsWithLeakTracking('When thumbVisibility is true, must pass a controller or find PrimaryScrollController that is attached to a scroll view',(WidgetTestertester)async{
testWidgets('When thumbVisibility is true, must pass a controller or find PrimaryScrollController',(WidgetTestertester)async{
testWidgetsWithLeakTracking('When thumbVisibility is true, must pass a controller or find PrimaryScrollController',(WidgetTestertester)async{
WidgetviewWithScroll(){
WidgetviewWithScroll(){
returnconstDirectionality(
returnconstDirectionality(
textDirection:TextDirection.ltr,
textDirection:TextDirection.ltr,
...
@@ -423,8 +428,9 @@ void main() {
...
@@ -423,8 +428,9 @@ void main() {
},
},
);
);
testWidgets('When thumbVisibility is true, must pass a controller or find PrimaryScrollController that is attached to a scroll view',(WidgetTestertester)async{
testWidgetsWithLeakTracking('When thumbVisibility is true, must pass a controller or find PrimaryScrollController that is attached to a scroll view',(WidgetTestertester)async{
testWidgets('With thumbVisibility: true, fling a scroll. While it is still scrolling, set thumbVisibility: false. The thumb should not fade out until the scrolling stops.',(WidgetTestertester)async{
testWidgetsWithLeakTracking('With thumbVisibility: true, fling a scroll. While it is still scrolling, set thumbVisibility: false. The thumb should not fade out until the scrolling stops.',(WidgetTestertester)async{
testWidgets('Switch renders switch labels correctly before, during, and after being tapped in high contrast',(WidgetTestertester)async{
testWidgetsWithLeakTracking('Switch renders switch labels correctly before, during, and after being tapped in high contrast',(WidgetTestertester)async{
testWidgets('Switch renders switch labels correctly before, during, and after being tapped with direction rtl',(WidgetTestertester)async{
testWidgetsWithLeakTracking('Switch renders switch labels correctly before, during, and after being tapped with direction rtl',(WidgetTestertester)async{