menu
ngcomponents package
documentation
material_stepper/material_step.dart
StepDirective
requestStepJump method
requestStepJump method
dark_mode
light_mode
requestStepJump
method
void
requestStepJump
(
AsyncAction
<
bool
>
action
)
Implementation
void requestStepJump(AsyncAction<bool> action) { _requestStepAction(action, _jumpController); }
ngcomponents package
documentation
material_stepper/material_step
StepDirective
requestStepJump method
StepDirective class