DataleonStepScaffold constructor
const
DataleonStepScaffold({})
Implementation
const DataleonStepScaffold({
super.key,
required this.title,
required this.child,
this.description,
this.leading,
this.actions,
this.padding = const EdgeInsets.all(24),
});