connectivityIndicator abstract method

Widget? connectivityIndicator(
  1. BuildContext context,
  2. double extent
)

Connectivity Indiciator when there are no gifs and not connected to the internet

Implementation

Widget? connectivityIndicator(BuildContext context, double extent);