website icon indicating copy to clipboard operation
website copied to clipboard

Update screenshot for align widget example on 'Layouts in Flutter' page

Open fodil-a opened this issue 5 years ago • 0 comments

Page URL: https://docs.flutter.dev/ui/layout#aligning-widgets Page source: https://github.com/flutter/website/tree/master/src/docs/development/ui/layout/index.md

Found a typo? You can fix it yourself by going to the page source and clicking the pencil icon. Or finish creating this issue.

Description of issue: the image of row_column example for Column align is wrong
It shows: image

Instead of showing something like: image

The errors are:

  1. The images are not the same as in the repository here
  2. The image does not show the specificity of MainAxisAlignment.spaceEvenly, which is to space evenly better, BEFORE and AFTER.

fodil-a avatar Jun 01 '19 22:06 fodil-a