state property

Map<String, dynamic> state
final

All the parameters that are needed to re-create the page.

This map is passed:

  1. To your page factory to create the page. Use some parameters there if you need something to be known at the time of creating your PPageStateMixin.
  2. To PPageStateMixin.setStateMap. Use other parameters there to recover further details of the state.

Implementation

final Map<String, dynamic> state;