mirror of
https://gitlab.com/nkming2/nc-photos.git
synced 2025-01-22 16:56:19 +01:00
Easier to tap on video seek bar
This commit is contained in:
parent
5ca19c6c4f
commit
6927f94d54
1 changed files with 2 additions and 1 deletions
|
@ -121,13 +121,14 @@ class _VideoViewerState extends State<VideoViewer> {
|
|||
alignment: Alignment.bottomCenter,
|
||||
child: Padding(
|
||||
padding: EdgeInsets.only(
|
||||
bottom: kToolbarHeight + 16, left: 16, right: 16),
|
||||
bottom: kToolbarHeight + 8, left: 16, right: 16),
|
||||
child: AnimatedVisibility(
|
||||
opacity: widget.isControlVisible ? 1.0 : 0.0,
|
||||
duration: k.animationDurationNormal,
|
||||
child: VideoProgressIndicator(
|
||||
_controller,
|
||||
allowScrubbing: true,
|
||||
padding: const EdgeInsets.symmetric(vertical: 8),
|
||||
colors: VideoProgressColors(
|
||||
backgroundColor: Colors.white24,
|
||||
bufferedColor: Colors.white38,
|
||||
|
|
Loading…
Reference in a new issue