NUIAnimatedListState<T, C, V extends NUIAnimatedListInterface<T, C>> class 
    abstract
 
 
    
    
    
  
    
  
    
  
    Methods
    
        - 
  activate()
    → void
  
  
- 
  Called when this object is reinserted into the tree after having been
removed via deactivate.
  inherited 
- 
  addItem(dynamic data)
    → void
  
  
- 
  
  
- 
  addItemAt(dynamic data, int position)
    → void
  
  
- 
  
  
- 
  addItems(List newItems, {bool reassemble = false, bool append = true})
    → Future<bool>
  
  
- 
  
  
- 
  additionalScrollListener(ScrollMetrics metrics)
    → void
  
  
- 
  
  
- 
  
  
- 
  animateItem(BuildContext context, int index, dynamic animation)
    → Widget
  
  
- 
  
  
- 
  build(BuildContext context)
    → Widget
  
  
- 
  Describes the part of the user interface represented by this widget.
  override 
- 
  buildList({Widget? otherView})
    → Widget
  
  
- 
  
  
- 
  buildStreamBuilder()
    → Widget
  
  
- 
  
  
- 
  clearItems()
    → bool
  
  
- 
  
  
- 
  customScroll()
    → bool
  
  
- 
  
  
- 
  deactivate()
    → void
  
  
- 
  Called when this object is removed from the tree.
  inherited 
- 
  debugFillProperties(DiagnosticPropertiesBuilder properties)
    → void
  
  
- 
  Add additional properties associated with the node.
  inherited 
- 
  didChangeDependencies()
    → void
  
  
- 
  Called when a dependency of this State object changes.
  inherited 
- 
  didUpdateWidget(covariant V oldWidget)
    → void
  
  
- 
  Called whenever the widget configuration changes.
  inherited 
- 
  dispose()
    → void
  
  
- 
  Called when this object is removed from the tree permanently.
  override 
- 
  endDivider()
    → double
  
  
- 
  
  
- 
  fadeItem(BuildContext context, dynamic data, int index, dynamic animation, {Widget? child})
    → Widget
  
  
- 
  
  
- 
  getErrorHolder(NUIListViewModel<T, C> listModel)
    → Widget?
  
  
- 
  
  
- 
  getItem(int position)
    → dynamic
  
  
- 
  
  
- 
  getListView(int initialCount)
    → Widget
  
  
- 
  
  
- 
  getListViewBuilder({Widget? otherView})
    → Widget
  
  
- 
  
  
- 
  getParentList(int initialCount, Widget innerList)
    → Widget?
  
  
- 
  
  
- 
  getPlaceHolder()
    → Widget?
  
  
- 
  
  
- 
  hasSkeletalLoad()
    → bool
  
  
- 
  
  
- 
  initState()
    → void
  
  
- 
  Called when this object is inserted into the tree.
  override 
- 
  middleDivider()
    → double
  
  
- 
  
  
- 
  noSuchMethod(Invocation invocation)
    → dynamic
  
  
- 
  Invoked when a nonexistent method or property is accessed.
  inherited 
- 
  
  
- 
  onScroll(ScrollMetrics metrics)
    → void
  
  
- 
  
  
- 
  onSkeletalLoad()
    → void
  
  
- 
  
  
- 
  onSwipeRefresh()
    → void
  
  
- 
  
  
- 
  orientation()
    → Axis
  
  
- 
  
  
- 
  reassemble()
    → void
  
  
- 
  Called whenever the application is reassembled during debugging, for
example during hot reload.
  inherited 
- 
  refreshController()
    → RefreshController
  
  
- 
  
  
- 
  reload()
    → void
  
  
- 
  
  
- 
  removeItem(dynamic data)
    → void
  
  
- 
  
  
- 
  removeItemAt(int position)
    → void
  
  
- 
  
  
- 
  removeItemByID(Type classType, String id)
    → void
  
  
- 
  
  
- 
  renderItem(BuildContext context, int index)
    → Widget
  
  
- 
  
  
- 
  renderListItem(dynamic data, int position, dynamic animation)
    → Widget
  
  
- 
  
  
- 
  renderPaginate(int position)
    → Widget?
  
  
- 
  
  
- 
  renderSkeletal(int position)
    → Widget?
  
  
- 
  
  
- 
  repo()
    → NUIListItemRepository
  
  
- 
  
  
- 
  scaleItem(BuildContext context, dynamic data, int index, dynamic animation, {Widget? child})
    → Widget
  
  
- 
  
  
- 
  setState(VoidCallback fn)
    → void
  
  
- 
  Notify the framework that the internal state of this object has changed.
  inherited 
- 
  sizeItem(BuildContext context, dynamic data, int index, dynamic animation, {Widget? child})
    → Widget
  
  
- 
  
  
- 
  slideItem(BuildContext context, dynamic data, int index, dynamic animation, {Widget? child})
    → Widget
  
  
- 
  
  
- 
  startDivider()
    → double
  
  
- 
  
  
- 
  toDiagnosticsNode({String? name, DiagnosticsTreeStyle? style})
    → DiagnosticsNode
  
  
- 
  Returns a debug representation of the object that is used by debugging
tools and by DiagnosticsNode.toStringDeep.
  inherited 
- 
  toString({DiagnosticLevel minLevel = DiagnosticLevel.info})
    → String
  
  
- 
  A string representation of this object.
  inherited 
- 
  toStringShort()
    → String
  
  
- 
  A brief description of this object, usually just the runtimeType and the
hashCode.
  inherited 
- 
  updateItems()
    → void
  
  
- 
  
  
- 
  updateList()
    → Widget
  
  
- 
  
  
- 
  wrapWithPadding(int position, Widget child, {double? additionalPadding})
    → Widget
  
  
-