Changed the scrollphysics

This commit is contained in:
Jacques Doeleman 2022-10-11 13:37:57 +02:00
parent 337917d3da
commit 503a965412

View file

@ -239,6 +239,7 @@ class _FlutterFormState extends ConsumerState<FlutterForm> {
child: fs.FormState(
formController: _formController.getFormPageControllers()[i],
child: CustomScrollView(
physics: const ClampingScrollPhysics(),
slivers: [
SliverFillRemaining(
hasScrollBody: false,
@ -256,6 +257,7 @@ class _FlutterFormState extends ConsumerState<FlutterForm> {
widget.options.checkPage!.title!,
Expanded(
child: CustomScrollView(
physics: const ClampingScrollPhysics(),
slivers: [
SliverFillRemaining(
hasScrollBody: false,