generated/arcane_shadcn/src/components/layout/stepper library

Classes

Step
Represents a single step in a stepper component.
StepContainer
Container widget for step content with optional action buttons.
StepNumber
Step indicator widget displaying step number, checkmark, or custom icon.
StepNumberData
Data class providing step index context to descendant widgets.
Stepper
A multi-step navigation component with visual progress indication.
StepperController
Controller for managing stepper state and navigation.
StepperTheme
Theme configuration for Stepper components.
StepperValue
Immutable value representing the current state of a stepper.
StepProperties
Contains properties and state information for stepper rendering.
StepTitle
Clickable step title widget with optional subtitle.
StepVariant
Abstract base class for step visual presentation variants.

Enums

StepSize
Defines the size variants available for step indicators.
StepState
Represents the state of an individual step in a stepper.

Typedefs

StepSizeBuilder = Widget Function(BuildContext context, Widget child)
Function type for building size-appropriate step content.