[infra_ui][overlay] Update interface document

This commit is contained in:
Jaylen Bian 2021-08-02 14:41:35 +08:00
parent e2d063e3ad
commit 39ac4b59be

View File

@ -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,