- worst update eu west
This commit is contained in:
@ -25,7 +25,7 @@ class VideoControlsOverlay extends ConsumerWidget {
|
||||
children: [
|
||||
Positioned(
|
||||
right: 12,
|
||||
top: 12,
|
||||
bottom: 12,
|
||||
child: _ControlButton(
|
||||
mediaState.muted ? Icons.volume_off : Icons.volume_up,
|
||||
() {
|
||||
@ -35,13 +35,6 @@ class VideoControlsOverlay extends ConsumerWidget {
|
||||
size: 16,
|
||||
),
|
||||
),
|
||||
Positioned(
|
||||
right: 12,
|
||||
bottom: 12,
|
||||
child: _ControlButton(Icons.fullscreen, () {
|
||||
button();
|
||||
}, size: 16),
|
||||
),
|
||||
Center(
|
||||
child: Row(
|
||||
mainAxisAlignment: MainAxisAlignment.center,
|
||||
|
Reference in New Issue
Block a user