menu
flame_ui package
documentation
helpers/tap_outside_handler.dart
TapOutsideHandler
attach method
attach method
dark_mode
light_mode
attach
method
Future
<
TapOutsideHandler
>
attach
(
FlameGame
<
World
>
game
)
Implementation
Future<TapOutsideHandler> attach(FlameGame game) { return game.ensureGlobalTapCatcher(); }
flame_ui package
documentation
helpers/tap_outside_handler
TapOutsideHandler
attach method
TapOutsideHandler class