mirror of
https://github.com/nisrulz/flutter-examples.git
synced 2025-05-23 07:56:28 +08:00
added another demo_gif for horizontal mode in using_stepper example
This commit is contained in:
@ -51,6 +51,8 @@ class MyHomeState extends State<MyHome> {
|
||||
// List the steps you would like to have
|
||||
steps: my_steps,
|
||||
// Define the type of Stepper style
|
||||
// StepperType.horizontal : Horizontal Style
|
||||
// StepperType.vertical : Vertical Style
|
||||
type: StepperType.vertical,
|
||||
// Know the step that is tapped
|
||||
onStepTapped: (step) {
|
||||
|
Reference in New Issue
Block a user