docs: fix broken link for Keyboard Input Component (#1854)

This commit is contained in:
tozu
2022-08-20 23:32:42 +02:00
committed by GitHub
parent 31d39f8670
commit b401c5485c

View File

@ -52,7 +52,7 @@ void addInputStories(Dashbook dashbook) {
..add( ..add(
'Keyboard (Component)', 'Keyboard (Component)',
(_) => GameWidget(game: KeyboardListenerComponentExample()), (_) => GameWidget(game: KeyboardListenerComponentExample()),
codeLink: baseLink('input/keyboard_component_example.dart'), codeLink: baseLink('input/keyboard_listener_component_example.dart'),
info: KeyboardListenerComponentExample.description, info: KeyboardListenerComponentExample.description,
) )
..add( ..add(