@override bool updateShouldNotify() { if (_firstNotify) { _firstNotify = false; return false; } return true; }