stepview 0.0.3 copy "stepview: ^0.0.3" to clipboard
stepview: ^0.0.3 copied to clipboard

Stepview


  Container(
            margin: const EdgeInsets.all(24),
            alignment: Alignment.center,
            child: StepView(
              onSelectedStep: (index) {
                setState(() {
                  currentStep = index;
                });
              },
              steps: [
                StepData(),
                StepData(),
                StepData(),
              ],
              currentStep: currentStep,
              stepIcon: Icons.sync,
              passedIcon: Icons.check_circle,
              stepIconColor: Colors.blue,
              titleTextStyle: TextStyle(fontWeight: FontWeight.bold, color: Resource.black),
              lineWidth: 52,
              stepIconsSize: 42,
              enabledLineColor: Colors.blue,
              disabledLineColor: Colors.black12,
              lineHeight: 4,
            ),
          ),
3
likes
120
points
34
downloads

Publisher

unverified uploader

Weekly Downloads

Stepview

Homepage

Documentation

API reference

License

BSD-3-Clause (license)

Dependencies

flutter

More

Packages that depend on stepview