Skip to content

Commit 7a9a934

Browse files
committed
Fix alignment whitelist filtering to allow alignments in wrapping stacks.
1 parent ec1342f commit 7a9a934

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/src/ui/codelessly_loading_screen.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,5 +10,5 @@ class CodelesslyLoadingScreen extends StatefulWidget {
1010

1111
class _CodelesslyLoadingScreenState extends State<CodelesslyLoadingScreen> {
1212
@override
13-
Widget build(BuildContext context) => SizedBox.shrink();
13+
Widget build(BuildContext context) => const SizedBox.shrink();
1414
}

0 commit comments

Comments
 (0)