mirror of
https://github.com/AppFlowy-IO/AppFlowy.git
synced 2024-08-30 18:12:39 +00:00
[infra_ui][overlay] Update interface document
This commit is contained in:
parent
e2d063e3ad
commit
39ac4b59be
@ -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…
Reference in New Issue
Block a user