chore(mobile): lint fixes

This commit is contained in:
Prateek Sunal
2024-07-04 21:05:44 +05:30
parent c594f05423
commit aec3157efe

View File

@@ -135,7 +135,7 @@ class FileBottomBarState extends State<FileBottomBar> {
child: Padding(
padding: const EdgeInsets.only(top: 12, bottom: 12),
child: IconButton(
icon: Icon(
icon: const Icon(
Icons.threesixty,
color: Colors.white,
),