You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/Attach Chapter.md
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -314,13 +314,13 @@ SmartDialog.showAttach(
314
314
315
315
The above two business scenarios are very common. Sometimes, we need to be above or below the target widget or a specific area without being covered by a mask.
316
316
317
-
If you do it yourself, you can do it, but it will be cumbersome; now you can easily achieve this using the `highlight` parameter in `showAttach`
317
+
If you do it yourself, you can do it, but it will be cumbersome; now you can easily achieve this using the `highlightBuilder` parameter in `showAttach`
318
318
319
319
> **Guide Actions**
320
320
321
321
Guidance operations are still very common in apps, and you need to specify the area to highlight, and then introduce its functions
322
322
323
-
- Using the `highlight` parameter in `showAttach` can also easily achieve this requirement, see the effect
323
+
- Using the `highlightBuilder` parameter in `showAttach` can also easily achieve this requirement, see the effect
324
324
- The code is also a little bit more, if you are interested, please check: [flutter_use](https://github.com/xdd666t/flutter_use)
0 commit comments