mirror of
https://github.com/gabehf/Fladder.git
synced 2026-03-17 19:26:35 -07:00
Renamed variable
This commit is contained in:
parent
2f83f03442
commit
0bdf123d15
5 changed files with 10 additions and 10 deletions
|
|
@ -191,7 +191,7 @@ class LibMDK extends BasePlayer {
|
|||
);
|
||||
|
||||
@override
|
||||
Widget? subtitles(bool showOverlay, {GlobalKey? menuKey}) => null;
|
||||
Widget? subtitles(bool showOverlay, {GlobalKey? controlsKey}) => null;
|
||||
|
||||
@override
|
||||
Future<void> setVolume(double volume) async => _controller?.setVolume(volume / 100);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue