placeholderBuilder property

VideoBlockWidgetBuilder? placeholderBuilder
final

The placeholder will be rendered when the src is null or empty.

If the placeholder is null, a simple text widget will be rendered.

Implementation

final VideoBlockWidgetBuilder? placeholderBuilder;