[client] Show chrome in resource preview

This commit is contained in:
Abhishek Shroff
2025-01-14 10:57:04 +05:30
parent a67a92d9a4
commit 9f7ce941e5
@@ -60,11 +60,13 @@ class _ResourcePreviewState extends State<ResourcePreview> {
@override
Widget build(BuildContext context) {
final theme = Theme.of(context);
return GestureDetector(
onTap: () => Navigator.of(context).pop(),
child: Scaffold(
backgroundColor: Colors.black45,
appBar: AppBar(
foregroundColor: theme.colorScheme.onInverseSurface,
leading: const CloseButton(),
actions: [
IconButton(