menu
floaty_chatheads package
documentation
testing.dart
FakeOverlayDataSource
emitExpanded method
emitExpanded method
dark_mode
light_mode
emitExpanded
method
void
emitExpanded
(
String
id
)
Simulates an expand event.
Implementation
void emitExpanded(String id) => expandController.add(id);
floaty_chatheads package
documentation
testing
FakeOverlayDataSource
emitExpanded method
FakeOverlayDataSource class