VideoControl: Increase height to avoid control overlap with bottom bar

This commit is contained in:
Neeraj Gupta 2022-06-09 17:01:17 +05:30
parent 94a06734a0
commit 410cd9b571
No known key found for this signature in database
GPG key ID: 3C5A1684DC1729E1

View file

@ -24,7 +24,7 @@ class _VideoControlsState extends State<VideoControls> {
bool _dragging = false;
bool _displayTapped = false;
final barHeight = 48.0;
final barHeight = 120.0;
final marginSize = 5.0;
VideoPlayerController controller;