menu
nui_toolbox package
documentation
listview/nui_list_interface.dart
NUIAnimatedListState<T, C, V extends NUIAnimatedListInterface<T, C>>
getItem method
getItem method
dark_mode
light_mode
getItem
method
dynamic
getItem
(
int
position
)
Implementation
dynamic getItem(int position){ return items.getOrNull(position); }
nui_toolbox package
documentation
listview/nui_list_interface
NUIAnimatedListState<T, C, V extends NUIAnimatedListInterface<T, C>>
getItem method
NUIAnimatedListState class