of static method

StateManager of(
  1. BuildContext context
)

Gets the StateManager from context.

Implementation

static StateManager of(BuildContext context) {
  return FKernal.instance.stateManager;
}