testWidgets('When thumbVisibility is true, must pass a controller or find PrimaryScrollController that is attached to a scroll view',(WidgetTestertester)async{
testWidgets('When isAlwaysShown is true, must pass a controller or find PrimaryScrollController',(WidgetTestertester)async{
WidgetviewWithScroll(){
returnconstDirectionality(
textDirection:TextDirection.ltr,
...
...
@@ -367,10 +424,7 @@ void main() {
},
);
testWidgets(
'When isAlwaysShown is true, '
'must pass a controller or find PrimaryScrollController that is attached to a scroll view',
(WidgetTestertester)async{
testWidgets('When isAlwaysShown is true, must pass a controller or find PrimaryScrollController that is attached to a scroll view',(WidgetTestertester)async{
'With isAlwaysShown: true, fling a scroll. While it is still scrolling, set isAlwaysShown: false. The thumb should not fade out until the scrolling stops.',
(WidgetTestertester)async{
testWidgets('With isAlwaysShown: true, fling a scroll. While it is still scrolling, set isAlwaysShown: false. The thumb should not fade out until the scrolling stops.',(WidgetTestertester)async{
testWidgets('When thumbVisibility is true, must pass a controller that is attached to a scroll view or find PrimaryScrollController',(WidgetTestertester)async{