VideoErrorWidget constructor

const VideoErrorWidget({
  1. Key? key,
  2. String? errorMessage,
  3. VoidCallback? onRetry,
})

Creates a VideoErrorWidget.

Implementation

const VideoErrorWidget({
  super.key,
  this.errorMessage,
  this.onRetry,
});