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 d62eb4c commit 21a10beCopy full SHA for 21a10be
test/src/custom_refresh_indicator_test.dart
@@ -694,6 +694,7 @@ void main() {
694
695
await tester.pumpWidget(
696
MaterialApp(
697
+ theme: ThemeData.light(useMaterial3: false),
698
home: CustomRefreshIndicator(
699
leadingScrollIndicatorVisible: false,
700
builder: buildWithoutIndicator,
@@ -739,6 +740,7 @@ void main() {
739
740
741
742
743
744
745
leadingScrollIndicatorVisible: true,
746
trailingScrollIndicatorVisible: false,
0 commit comments