child property Null safety

Widget child
final

As this widgets only listens for changes on ConnectivityBloc through a BlocListener, it needs a child widget to show.

Implementation

final Widget child;