use const
parent
af5d7844e3
commit
adc59a6f42
|
@ -6,6 +6,6 @@ class SleepPage extends StatelessWidget {
|
|||
|
||||
@override
|
||||
Widget build(BuildContext context) {
|
||||
return Center(child: SleepForm());
|
||||
return const Center(child: SleepForm());
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue