animatorKey property

AnimatorKey<T>? animatorKey
final

The name of your Animator widget. Many widgets can have the same name.

It is used to rebuild this widget from your logic classes The list of your logic classes you want to rebuild this widget from.

Implementation

// final dynamic name;

/// The list of your logic classes you want to rebuild this widget from.
// final List<StatesRebuilder> blocs;

final AnimatorKey<T>? animatorKey;