const TxtTransition({Key? key, required Animation<Txt> txt, required Widget child}) : super(key: key, config: txt, child: child);