File tree Expand file tree Collapse file tree 3 files changed +4
-1
lines changed Expand file tree Collapse file tree 3 files changed +4
-1
lines changed Original file line number Diff line number Diff line change @@ -4,7 +4,8 @@ A material stepper widget that displays progress through a sequence of steps. St
4
4
5
5
Read [[ Documentation] ( https://docs.flutter.io/flutter/material/Stepper-class.html )] [[ Material Design Spec] ( https://material.io/guidelines/components/steppers.html )]
6
6
7
- <img src =" demo_img.gif " height =" 600em " />
7
+ <img src =" demo_img.gif " height =" 600em " /> <img src =" demo_img_2.gif " height =" 600em " />
8
+
8
9
9
10
## Getting Started
10
11
Original file line number Diff line number Diff line change @@ -51,6 +51,8 @@ class MyHomeState extends State<MyHome> {
51
51
// List the steps you would like to have
52
52
steps: my_steps,
53
53
// Define the type of Stepper style
54
+ // StepperType.horizontal : Horizontal Style
55
+ // StepperType.vertical : Vertical Style
54
56
type: StepperType .vertical,
55
57
// Know the step that is tapped
56
58
onStepTapped: (step) {
You can’t perform that action at this time.
0 commit comments