added another demo_gif for horizontal mode in using_stepper example

This commit is contained in:
Nishant Srivastava
2017-08-25 22:08:46 -07:00
parent 1b655acb94
commit 081981e8d7
3 changed files with 4 additions and 1 deletions

View File

@ -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) {