fix: Remove opacity from video widget
This commit is contained in:
parent
242f878ea1
commit
3b198cb491
1 changed files with 6 additions and 9 deletions
|
|
@ -109,15 +109,12 @@ class MessageContent extends StatelessWidget {
|
|||
return Stack(
|
||||
alignment: Alignment.center,
|
||||
children: <Widget>[
|
||||
Opacity(
|
||||
opacity: 0.4,
|
||||
child: ImageBubble(
|
||||
event,
|
||||
width: 400,
|
||||
height: 300,
|
||||
fit: BoxFit.cover,
|
||||
tapToView: false,
|
||||
),
|
||||
ImageBubble(
|
||||
event,
|
||||
width: 400,
|
||||
height: 300,
|
||||
fit: BoxFit.cover,
|
||||
tapToView: false,
|
||||
),
|
||||
FloatingActionButton.extended(
|
||||
onPressed: () => showDialog(
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue