initialize method

void initialize()

Marks the controller as initialized. Called once by the widget.

Implementation

void initialize() {
  _initialized = true;
}