Unify mixin names (#1114)

This commit is contained in:
Lukas Klingsbo
2021-11-18 08:48:31 +01:00
committed by GitHub
parent 85caf463f4
commit 795264edbf
31 changed files with 55 additions and 54 deletions

View File

@ -29,7 +29,7 @@ class _MyAppState extends State<MyApp> {
}
}
class RiveExampleGame extends FlameGame with HasTappableComponents {
class RiveExampleGame extends FlameGame with HasTappables {
@override
Color backgroundColor() {
return const Color(0xFFFFFFFF);