menu
flutter_waya package
documentation
components/bubble_button.dart
BubbleCallback typedef
BubbleCallback typedef
dark_mode
light_mode
BubbleCallback
typedef
BubbleCallback
=
Future
<
bool
>
Function
(
bool
isBubbled
)
Implementation
typedef BubbleCallback = Future<bool> Function(bool isBubbled);
flutter_waya package
documentation
components/bubble_button
BubbleCallback typedef
bubble_button library