mirror of
https://gitlab.com/famedly/fluffychat.git
synced 2025-03-29 10:57:06 +01:00
fix: Remove opacity from video widget
This commit is contained in:
parent
397c6ed292
commit
76d8dbbe09
@ -109,15 +109,12 @@ class MessageContent extends StatelessWidget {
|
|||||||
return Stack(
|
return Stack(
|
||||||
alignment: Alignment.center,
|
alignment: Alignment.center,
|
||||||
children: <Widget>[
|
children: <Widget>[
|
||||||
Opacity(
|
ImageBubble(
|
||||||
opacity: 0.4,
|
event,
|
||||||
child: ImageBubble(
|
width: 400,
|
||||||
event,
|
height: 300,
|
||||||
width: 400,
|
fit: BoxFit.cover,
|
||||||
height: 300,
|
tapToView: false,
|
||||||
fit: BoxFit.cover,
|
|
||||||
tapToView: false,
|
|
||||||
),
|
|
||||||
),
|
),
|
||||||
FloatingActionButton.extended(
|
FloatingActionButton.extended(
|
||||||
onPressed: () => showDialog(
|
onPressed: () => showDialog(
|
||||||
|
Loading…
x
Reference in New Issue
Block a user