notifyRemovedRange method

  1. @override
void notifyRemovedRange(
  1. int from,
  2. int count,
  3. AnimatedWidgetBuilder removedItemBuilder
)

Implementation

@override
void notifyRemovedRange(
        int from, int count, AnimatedWidgetBuilder removedItemBuilder) =>
    _notifyReplacedRange(from, count, 0, removedItemBuilder);