File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -69,8 +69,8 @@ enum EdgePin {
6969/// to the [OuterNodeBox] 's edges.
7070///
7171/// For example, if [left] set to zero, the node's left edge will be pinned to
72- /// its parent's left edge and if [left] set to 10, the node will be 10px away
73- /// from its parent's left edge.
72+ /// its parent's left edge and if [left] is set to 10, the node will be 10px
73+ /// away from its parent's left edge.
7474///
7575/// Similarly, if the node has [bottom] set to 50, the node will be pinned to
7676/// its parent's bottom edge at a distance of 50px.
@@ -79,7 +79,7 @@ enum EdgePin {
7979/// pinned to both the edges and stretches to take up the entire space of its
8080/// parent on that axis.
8181///
82- /// Setting two opposite edge pins to [ null] is invalid because it breaks the
82+ /// Setting two opposite edge pins to null is invalid because it breaks the
8383/// node's positioning in that axis. Both axes should have at least one non-null
8484/// edge pin for positioning to work.
8585///
You can’t perform that action at this time.
0 commit comments