menu
arcane package
documentation
generated/arcane_shadcn/src/components/layout/stepper.dart
StepContainer
StepContainer const constructor
StepContainer const constructor
dark_mode
light_mode
StepContainer
constructor
const
StepContainer
(
{
Key
?
key
,
required
Widget
child
,
required
List
<
Widget
>
actions
,
})
Implementation
const StepContainer({ super.key, required this.child, required this.actions, });
arcane package
documentation
generated/arcane_shadcn/src/components/layout/stepper
StepContainer
StepContainer const constructor
StepContainer class