BottomViewBuilder typedef

BottomViewBuilder = Widget Function(BuildContext context, VideoController controller)

Implementation

typedef BottomViewBuilder = Widget Function(
  BuildContext context,
  VideoController controller,
);