mirror of
https://github.com/AppFlowy-IO/AppFlowy.git
synced 2025-04-24 22:57:12 -04:00
[infra_ui][overlay] Update interface document
This commit is contained in:
parent
e2d063e3ad
commit
39ac4b59be
1 changed files with 1 additions and 1 deletions
|
@ -123,7 +123,7 @@ class FlowyOverlayState extends State<FlowyOverlay> {
|
|||
List<Tuple3<Widget, String, FlowyOverlayDelegate?>> _overlayList = [];
|
||||
|
||||
/// Insert a overlay widget which frame is set by the widget, not the component.
|
||||
/// Be sure to specify the offset and size using the `Postition` widget.
|
||||
/// Be sure to specify the offset and size using a anchorable widget (like `Postition`, `CompositedTransformFollower`)
|
||||
void insertCustom({
|
||||
required Widget widget,
|
||||
required String identifier,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue