steps_widget

Creator: coderz1093

Last updated:

0 purchases

TODO
Add to Cart

Description:

steps widget

Simple tracking widget to show completed and remaining journey steps.
Features #





Getting started #
Tracking order or journey with custom color and text styles.
Usage #
/example folder.
TrackingWidget(
direction: Axis.horizontal,
itemGap: 35,
color: Colors.grey,
trackList: [ Track(isActive: true, labelText: "Created"),
Track(isActive: true, labelText: "Out of Delivery"),
Track(isActive: false, labelText: "Fulfilled"),
],
)
copied to clipboard
Additional information #
Widget main class is TrackingWidget. Two type Horizontal or Vertical.
Easy to user. Just provide list and tracks for rendering the track.

License

For personal and professional use. You cannot resell or redistribute these repositories in their original state.

Files In This Product:

Customer Reviews

There are no reviews.