modulapp_utils library

Mixins

AnimationMixin<T extends StatefulWidget>
This mixin simplify the implementation of an animated widget Use that mixin on a StatefulWidget's state like this: class MyClassState extends State<MyClass> with SingleTickerProviderStateMixin, Animated<MyClass>