feat: Enhance subtitle handling with dynamic menu height adjustment

This commit is contained in:
Kirill Boychenko 2025-07-28 02:13:00 +02:00
parent d60522b021
commit 1fdab92f1f
6 changed files with 47 additions and 20 deletions

View file

@ -64,7 +64,7 @@ class LibMDK extends BasePlayer {
null;
@override
Widget? subtitles(bool showOverlay) => null;
Widget? subtitles(bool showOverlay, {double? menuHeight}) => null;
@override
Future<void> setVolume(double volume) async {}