Committed by
GitHub
Merge pull request #1563 from broccolism/delete/korean_documentation
Delete duplicated line written in English
Showing
1 changed file
with
0 additions
and
2 deletions
@@ -508,8 +508,6 @@ class OtherClass extends StatelessWidget { | @@ -508,8 +508,6 @@ class OtherClass extends StatelessWidget { | ||
508 | 508 | ||
509 | ``` | 509 | ``` |
510 | 510 | ||
511 | -If you need to use your controller in many other places, and outside of GetBuilder, just create a get in your controller and have it easily. (or use `Get.find<Controller>()`) | ||
512 | - | ||
513 | GetBuilder 밖의 여러 곳에서 controller를 사용해야 하는 경우, 간단하게 Controller 클래스 안의 getter로 접근할 수 있습니다. (아니면 `Get.find<Controller>()`를 사용하세요) | 511 | GetBuilder 밖의 여러 곳에서 controller를 사용해야 하는 경우, 간단하게 Controller 클래스 안의 getter로 접근할 수 있습니다. (아니면 `Get.find<Controller>()`를 사용하세요) |
514 | 512 | ||
515 | ```dart | 513 | ```dart |
-
Please register or login to post a comment