ConfigTransition<T extends Config<T, IN, OUT> , IN extends ConfigIN<IN, OUT> , OUT extends ConfigOUT<OUT, IN> > constructor
const
ConfigTransition<T extends Config<T, IN, OUT> , IN extends ConfigIN<IN, OUT> , OUT extends ConfigOUT<OUT, IN> > ({})
Implementation
const ConfigTransition({
Key? key,
required Animation<T> config,
this.child,
}) : super(key: key, listenable: config);