docs(ui): add code docs
This commit is contained in:
@@ -26,7 +26,8 @@ class AnchoredOverlay extends StatelessWidget {
|
|||||||
required this.child,
|
required this.child,
|
||||||
}) : super(key: key);
|
}) : 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;
|
final List<OverlayOption> overlayOptions;
|
||||||
|
|
||||||
/// Child to which overlay is anchored
|
/// Child to which overlay is anchored
|
||||||
|
|||||||
Reference in New Issue
Block a user