MultiViewStep constructor
Step class for the MultiStepperView. Title and size are optional for the MultiStepperView.
Implementation
const MultiViewStep({
required this.content,
this.title = '',
this.size,
this.hidden = false,
this.indicator,
});