We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ec1342f commit 7a9a934Copy full SHA for 7a9a934
lib/src/ui/codelessly_loading_screen.dart
@@ -10,5 +10,5 @@ class CodelesslyLoadingScreen extends StatefulWidget {
10
11
class _CodelesslyLoadingScreenState extends State<CodelesslyLoadingScreen> {
12
@override
13
- Widget build(BuildContext context) => SizedBox.shrink();
+ Widget build(BuildContext context) => const SizedBox.shrink();
14
}
0 commit comments