AnimatedBlocList constructor

AnimatedBlocList(
  1. WidgetNodeSpec spec,
  2. Map state,
  3. Map? evaluatorContext, {
  4. Key? key,
})

Implementation

AnimatedBlocList(super.spec, super.state, super.evaluatorContext,
    {super.key});