homeKey property
Supply to the 'home' StatefulWidget Allows you to 're-create' the home widget's state object.
Implementation
static Key homeKey = UniqueKey();
Supply to the 'home' StatefulWidget Allows you to 're-create' the home widget's state object.
static Key homeKey = UniqueKey();