Options
All
  • Public
  • Public/Protected
  • All
Menu

Class AnimatedListState

Hierarchy

Implements

  • RuntimeBaseClass

Index

Constructors

constructor

Properties

Readonly internalRuntimeType

internalRuntimeType: Type<typeof AnimatedListState> = ...

setState

setState: (pred: () => void) => void

Type declaration

    • (pred: () => void): void
    • Parameters

      • pred: () => void
          • (): void
          • Returns void

      Returns void

Protected vmObject

Methods

build

  • build(): Widget

dispose

  • dispose(): void

initState

  • initState(): void

insertItem

  • insertItem(index: number): void

removeItem

  • removeItem(index: number, cb: (context: BuildContext, animation: Animation<number>) => void): void

unwrap

Generated using TypeDoc