loading property

Widget loading
final

It is the NotNull-Widget that appears when the video is loading.

DEFAULT:

 Center(child: CircularProgressIndicator(strokeWidth: 1.6));

Implementation

final Widget loading;