From fee6648b1960d519ac7f8008a5a1fbe0847cc19b Mon Sep 17 00:00:00 2001 From: nikhilrawal <109841869+nikhilrawal@users.noreply.github.com> Date: Fri, 11 Oct 2024 11:34:32 +0530 Subject: [PATCH] Update layout.md Updated a typo, changed crossAxisAlignment to MainAxisAlignment. As in picture we can see the main axis elements are spaced and not cross axis. --- src/content/get-started/fundamentals/layout.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/content/get-started/fundamentals/layout.md b/src/content/get-started/fundamentals/layout.md index d0770e7b79..6c1846d28f 100644 --- a/src/content/get-started/fundamentals/layout.md +++ b/src/content/get-started/fundamentals/layout.md @@ -287,7 +287,7 @@ before, and after each image. {% render docs/code-and-image.md, image:"fwe/layout/space_evenly.png", -caption: "This figure shows a row widget with three children, which are aligned with the crossAxisAlignment.spaceEvenly constant." +caption: "This figure shows a row widget with three children, which are aligned with the MainAxisAlignment.spaceEvenly constant." alt: "A screenshot of three widgets, spaced evenly from each other." code:" ```dart