AppPopoverController class final
Controla um AppPopover de forma programática (abrir/fechar de fora).
final controller = AppPopoverController();
// ...
AppPopover(controller: controller, trigger: ..., child: ...);
controller.open();
Constructors
Properties
Methods
-
close(
) → void - Fecha o popover.
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
open(
) → void - Abre o popover.
-
toggle(
) → void - Abre se fechado; fecha se aberto.
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited