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

@ -6,8 +6,8 @@ import 'package:flutter/material.dart';
class TapCallbacksExample extends FlameGame {
static const String description = '''
In this example we show the `Tappable` mixin functionality. You can add the
`Tappable` mixin to any `PositionComponent`.\n\n
In this example we show the `TapCallbacks` mixin functionality. You can add
the `TapCallbacks` mixin to any `PositionComponent`.\n\n
Tap the squares to see them change their angle around their anchor.
''';