loadingBuilder property

Widget Function(BuildContext context)? loadingBuilder
final

Optional builder for the loading state.

If provided, this widget will be shown while the video is loading. If null, a default loading indicator will be used.

Implementation

final Widget Function(BuildContext context)? loadingBuilder;