type property

The type of stepper that determines the layout. In the case of ModernFormStepperType.horizontal, the content of the current step is displayed underneath as opposed to the ModernFormStepperType.vertical case where it is displayed in-between.

Implementation

final ModernFormStepperType type;