Skip to content

Commit 1bcdbb8

Browse files
committed
🐛 fix docs #2
1 parent 44ece68 commit 1bcdbb8

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

docs/flutter_controller.mdx

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,8 @@ accessibility and rendering features that are controlled at the Widget level.
1414

1515
<Warning>When using a controller, you should move these parameters from your `TransformableBox` to the constructor of
1616
the `TransformableBoxController`: **_box_**, **_flip_**, **_clampingBox_**, **_constraints_**, and
17-
**_resizeModeResolver_**. These are all intrinsically managed by the controller.
18-
19-
There must always be only one source of truth, either the `TransformableBox` or the `TransformableBoxController`, not both.</Warning>
17+
**_resizeModeResolver_**. These are all intrinsically managed by the controller. There must always be only one source
18+
of truth, either the `TransformableBox` or the `TransformableBoxController`, not both.</Warning>
2019

2120
Initialize a controller like so:
2221

0 commit comments

Comments
 (0)