home method

void home()

Requests the wizard to show the first page.

onPressed: Wizard.of(context).home

Implementation

void home() => widget._controller.home();