errorBuilder property
When the video playback runs into an error, you can build a custom error message.
Implementation
final Widget Function(BuildContext context, String? errorMessage)?
errorBuilder;
When the video playback runs into an error, you can build a custom error message.
final Widget Function(BuildContext context, String? errorMessage)?
errorBuilder;