expansion_stepper 1.0.0
expansion_stepper: ^1.0.0 copied to clipboard
Combination of Expansion Tile Card and Another Stepper
1.0.0 #
- Stepper Cards: The app showcases two expansion stepper cards labeled 'A' and 'B.' Each card consists of multiple steps or phases representing a process.
- Card Interaction: Users can interact with the cards by tapping on them to expand or collapse. Additionally, there are buttons below each card to programmatically control the state of the other card (Open, Close, Toggle).
- Stepper Children: Each card contains stepper children, representing individual steps in a process. These steps include information such as order placement, order preparation, delivery progress, and order delivery.
- Debugging Statements: Debugging statements are included within the onTap callbacks to print messages to the console in debug mode.