menu
flutter_meedu_media_kit package
documentation
meedu_player.dart
MeeduPlayerController
onVideoFitChange method
onVideoFitChange method
dark_mode
light_mode
onVideoFitChange
method
void
onVideoFitChange
(
BoxFit
fit
)
Change Video Fit accordingly
Implementation
void onVideoFitChange(BoxFit fit) { _videoFit.value = fit; }
flutter_meedu_media_kit package
documentation
meedu_player
MeeduPlayerController
onVideoFitChange method
MeeduPlayerController class