Commit b685a3ea authored by Rodolfo Carvalho's avatar Rodolfo Carvalho Committed by Jonah Williams

Fix typo in WrapAlignment documentation (#27322)

parent 8e2ea263
...@@ -4296,7 +4296,7 @@ class Wrap extends MultiChildRenderObjectWidget { ...@@ -4296,7 +4296,7 @@ class Wrap extends MultiChildRenderObjectWidget {
/// children are placed in a new run vertically adjacent to the previous run. /// children are placed in a new run vertically adjacent to the previous run.
final Axis direction; final Axis direction;
/// How the children within a run should be places in the main axis. /// How the children within a run should be placed in the main axis.
/// ///
/// For example, if [alignment] is [WrapAlignment.center], the children in /// For example, if [alignment] is [WrapAlignment.center], the children in
/// each run are grouped together in the center of their run in the main axis. /// each run are grouped together in the center of their run in the main axis.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment