chore: File dialog follow up
This commit is contained in:
parent
d1ce1e3ba7
commit
e710491679
2 changed files with 1 additions and 12 deletions
|
|
@ -90,6 +90,7 @@ class SendFileDialogState extends State<SendFileDialog> {
|
|||
elevation:
|
||||
Theme.of(context).appBarTheme.scrolledUnderElevation ?? 4,
|
||||
shadowColor: Theme.of(context).appBarTheme.shadowColor,
|
||||
clipBehavior: Clip.hardEdge,
|
||||
child: Image.memory(
|
||||
widget.files.first.bytes,
|
||||
fit: BoxFit.contain,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue