Skip to content

Popover

Floating content containers positioned near trigger element.

Installation

bash
bricolage_ui add popover
bash
flutter pub add bricolage_ui

Usage

dart
CustomPopover(
  content: Text('Popover content'),
  child: CustomButton(
    text: 'Show Popover',
    onPressed: () {},
  ),
)

API Reference

Properties

PropertyTypeDefaultDescription
contentWidgetrequiredPopover content
childWidgetrequiredTrigger widget