mirror of
https://github.com/Iconica-Development/flutter_form_wizard.git
synced 2025-05-19 19:03:47 +02:00
Changed docs for scrolldirection
This commit is contained in:
parent
503a965412
commit
1821e8ca11
1 changed files with 2 additions and 0 deletions
|
@ -14,6 +14,8 @@ import 'package:flutter/material.dart';
|
|||
/// [onFinished] and [onNext] are both callbacks which give the users results.
|
||||
/// [onNext] is called when the user goes to the next page.
|
||||
/// [onFinished] is called when the form is finished. When checkpage is set [onFinished] is called when the checkpage is finished.
|
||||
///
|
||||
/// [scrollDirection] can be set to change the Axis on which the pageview slides. Defaults to horizontal.
|
||||
class FlutterFormOptions {
|
||||
final List<FlutterFormPage> pages;
|
||||
|
||||
|
|
Loading…
Reference in a new issue