Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface StatefulWidget

A contract for widgets that want to store and restore their inner state, between sessions.

Hierarchy

  • StatefulWidget

Implemented by

Index

Methods

  • restoreState(oldState: object): void
  • storeState(): undefined | object