AppPickerHandle class

Controles do overlay entregues aos builders de AppPickerAnchor.trigger e AppPickerAnchor.panel.

Properties

hashCode int
The hash code for this object.
no setterinherited
isOpen bool
Se o painel está aberto.
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

close() → void
Fecha o painel (idempotente).
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
open() → void
Abre o painel ancorado ao trigger (no-op se já aberto).
rebuild() → void
Reconstrói o painel aberto — para painéis que refletem ao vivo o estado do trigger (ex.: hex digitado, data escolhida antes da hora).
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