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 525b223 commit cca80e1Copy full SHA for cca80e1
lib/buildingPage.dart
@@ -59,6 +59,7 @@ class OpeningHourCard extends StatelessWidget {
59
Theme.of(context).textTheme.bodyLarge!.fontSize!),
60
child: ListView.separated(
61
shrinkWrap: true,
62
+ physics: const NeverScrollableScrollPhysics(),
63
itemCount: hoursList.length,
64
itemBuilder: (BuildContext context, int index) {
65
return hoursList[index];
0 commit comments