Showing
1 changed file
with
1 additions
and
0 deletions
| @@ -158,6 +158,7 @@ class _TodayFaqBottomSheetState extends State<TodayFaqBottomSheet> { | @@ -158,6 +158,7 @@ class _TodayFaqBottomSheetState extends State<TodayFaqBottomSheet> { | ||
| 158 | child: ListView( | 158 | child: ListView( |
| 159 | controller: widget.scrollController, | 159 | controller: widget.scrollController, |
| 160 | physics: const ClampingScrollPhysics(), | 160 | physics: const ClampingScrollPhysics(), |
| 161 | + cacheExtent: double.infinity, | ||
| 161 | padding: const EdgeInsets.fromLTRB(16, 8, 16, 20), | 162 | padding: const EdgeInsets.fromLTRB(16, 8, 16, 20), |
| 162 | children: [ | 163 | children: [ |
| 163 | _InfoCard( | 164 | _InfoCard( |
-
Please register or login to post a comment