FullscreenWidgetBuilder typedef

FullscreenWidgetBuilder = Widget Function(BuildContext context, THEOplayer theoplayer)

Signature for a function that builds a fullscreen widget given an THEOplayer.

Used by THEOplayer.fullscreenBuilder.

Implementation

typedef FullscreenWidgetBuilder = Widget Function(BuildContext context, THEOplayer theoplayer);