add const constructors

This commit is contained in:
Fabian Freund
2026-01-03 19:18:18 +01:00
parent f750095e97
commit 2c1f778ae7
8 changed files with 16 additions and 6 deletions
+1 -1
View File
@@ -284,7 +284,7 @@ class SelectProfileRoute extends GoRouteData with $SelectProfileRoute {
@override
Page<void> buildPage(BuildContext context, GoRouterState state) {
return DialogPage(builder: (_) => SelectProfileDialog());
return DialogPage(builder: (_) => const SelectProfileDialog());
}
}