activate method

  1. @override
void activate()
override

In case the State object is reinserted in the Widget tree.

Implementation

@override
void activate() {
  super.activate();
  _addThisState();
}