userViewNullBuilder property

Widget Function(BuildContext context)? userViewNullBuilder
final

Optional builder for when the user view is null.

If provided, this widget will be shown when there's no video content to display. If null, a default error message will be shown.

Implementation

final Widget Function(BuildContext context)? userViewNullBuilder;