docs(ui): add code docs

This commit is contained in:
Salvatore Giordano
2021-09-20 11:47:08 +02:00
parent 8730c1b055
commit d07b7c6cfd
@@ -26,7 +26,8 @@ class AnchoredOverlay extends StatelessWidget {
required this.child,
}) : super(key: key);
/// Builder for creating overlay widget
/// List of overlay options
/// The first one which showOverlay is true will be used
final List<OverlayOption> overlayOptions;
/// Child to which overlay is anchored