homeKey property

  1. @Deprecated('Prone to misuse. Recursive deactivation if used more than once.')
Key homeKey
getter/setter pair

Supply to the 'home' StatefulWidget Allows you to 're-create' the home widget's state object.

Implementation

@Deprecated('Prone to misuse. Recursive deactivation if used more than once.')
static Key homeKey = UniqueKey();