chore: File dialog follow up

This commit is contained in:
krille-chan 2023-10-29 09:33:41 +01:00
commit e710491679
No known key found for this signature in database
2 changed files with 1 additions and 12 deletions

View file

@ -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,