docs: Remove references to Tappable and Draggable (#2912)

We still had some references to `Tappable` and `Draggable`, this PR
removes them and removes a superfluous test for `TapCallbacks`.

---------

Co-authored-by: jonathan <sharyari@gmail.com>
This commit is contained in:
Lukas Klingsbo
2023-12-09 16:09:45 +01:00
committed by GitHub
parent 47643f05fb
commit d12e45444e
10 changed files with 13 additions and 297 deletions

View File

@ -23,7 +23,7 @@ import 'package:flutter/material.dart';
void addInputStories(Dashbook dashbook) {
dashbook.storiesOf('Input')
..add(
'Tappables',
'TapCallbacks',
(_) => GameWidget(game: TapCallbacksExample()),
codeLink: baseLink('input/tap_callbacks_example.dart'),
info: TapCallbacksExample.description,