VideoErrorWidget constructor
const
VideoErrorWidget({
- Key? key,
- String? errorMessage,
- VoidCallback? onRetry,
Creates a VideoErrorWidget.
Implementation
const VideoErrorWidget({
super.key,
this.errorMessage,
this.onRetry,
});