Introduce and use Padding
instead of Container
when it makes sense in 'Building layouts'
#9118
Labels
a.tut.tutorial
Relates to the Tutorial section of docs.flutter.dev
e1-hours
Effort: < 8 hrs
from.team
Reported by Dash docs team member
p3-low
Valid but not urgent concern. Resolve when possible. Encourage upvote to surface.
t.ui.general
Relates to general Flutter app UI topics
t.ui.layout
Relates to layout of UI components
Page URL
https://docs.flutter.dev/ui/layout/tutorial/
Page source
https://github.com/flutter/website/tree/main/src/ui/layout/tutorial.md
Describe the problem
Container
is used in the tutorial whenPadding
would work well.Expected fix
Add some text to introduce
Padding
and its relationship toContainer
then update the following steps to use it.Additional context
#9088 (comment)
The text was updated successfully, but these errors were encountered: