mirror of
https://github.com/gabehf/Fladder.git
synced 2026-03-15 18:25:59 -07:00
feat: Enhance subtitle handling with dynamic menu height adjustment
This commit is contained in:
parent
d60522b021
commit
1fdab92f1f
6 changed files with 47 additions and 20 deletions
|
|
@ -19,8 +19,9 @@ abstract class BasePlayer {
|
|||
BoxFit fit,
|
||||
);
|
||||
Widget? subtitles(
|
||||
bool showOverlay,
|
||||
);
|
||||
bool showOverlay, {
|
||||
double? menuHeight,
|
||||
});
|
||||
Future<void> dispose();
|
||||
Future<void> open(String url, bool play);
|
||||
Future<void> seek(Duration position);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue