mirror of
https://github.com/Iconica-Development/flutter_form_wizard.git
synced 2025-05-19 19:03:47 +02:00
Changed the scrollphysics
This commit is contained in:
parent
337917d3da
commit
503a965412
1 changed files with 2 additions and 0 deletions
|
@ -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,
|
||||
|
|
Loading…
Reference in a new issue