indexOfChildAnimatingIn property

int? get indexOfChildAnimatingIn

Returns the child's index currently fading in, or null, if no child is now fading.

Implementation

int? get indexOfChildAnimatingIn {
  return node.childToBeFadedIn?.widgetIndex;
}