Listen constructor
Listen(})
Implementation
Listen(this.widget,
{Key? key,
this.detachedHandler = _emptyImple,
this.inactiveHandler = _emptyImple,
this.pausedHandler = _emptyImple,
this.resumedHandler = _emptyImple})
: super(key: key);