Commit d24e453e authored by Sai Srinivas's avatar Sai Srinivas
Browse files

19-06-2025 By Sai Srinivas

Finance Module Test cases & Safe Area
parent 4807bee4
...@@ -80,7 +80,7 @@ class _FileviewerState extends State<Fileviewer> { ...@@ -80,7 +80,7 @@ class _FileviewerState extends State<Fileviewer> {
return Scaffold( return Scaffold(
resizeToAvoidBottomInset: true, resizeToAvoidBottomInset: true,
appBar: appbar(context, "File Viewer"), appBar: appbar(context, "File Viewer"),
body: fileWidget(context), body: SafeArea(child: fileWidget(context)),
); );
} }
......
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment