buffering property
It is the NotNull-Widget that appears when the video keeps loading the content
DEFAULT:
Center(child: CircularProgressIndicator(
strokeWidth: 1.6,
valueColor: AlwaysStoppedAnimation<Color>(Colors.white)),
);
Implementation
final Widget buffering;