errorBuilder property

VideoBlockWidgetBuilder? errorBuilder
final

The error widget will be rendered when the src is not a valid URL.

It is recommended to build your own validation layer for the src.

Implementation

final VideoBlockWidgetBuilder? errorBuilder;