use const

main
Julian Gegner 2023-02-20 23:30:45 +01:00
parent af5d7844e3
commit adc59a6f42
1 changed files with 1 additions and 1 deletions

View File

@ -6,6 +6,6 @@ class SleepPage extends StatelessWidget {
@override
Widget build(BuildContext context) {
return Center(child: SleepForm());
return const Center(child: SleepForm());
}
}