loading property
It is the NotNull-Widget that appears when the video is loading.
DEFAULT:
Center(child: CircularProgressIndicator(strokeWidth: 1.6));
Implementation
final Widget loading;
It is the NotNull-Widget that appears when the video is loading.
DEFAULT:
Center(child: CircularProgressIndicator(strokeWidth: 1.6));
final Widget loading;