mirror of
https://github.com/gabehf/Fladder.git
synced 2026-03-15 02:05:58 -07:00
Renamed variable
This commit is contained in:
parent
2f83f03442
commit
0bdf123d15
5 changed files with 10 additions and 10 deletions
|
|
@ -40,7 +40,7 @@ class MediaControlsWrapper extends BaseAudioHandler {
|
|||
PlayerState? get lastState => _player?.lastState;
|
||||
|
||||
Widget? subtitleWidget(bool showOverlay, {GlobalKey? controlsKey}) =>
|
||||
_player?.subtitles(showOverlay, menuKey: controlsKey);
|
||||
_player?.subtitles(showOverlay, controlsKey: controlsKey);
|
||||
Widget? videoWidget(Key key, BoxFit fit) => _player?.videoWidget(key, fit);
|
||||
|
||||
final Ref ref;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue