menu
antd_flutter_mobile package
documentation
components/widgets/list/controller.dart
AntdScrollPositionController<T>
reset method
reset method
dark_mode
light_mode
reset
method
void
reset
(
)
Implementation
void reset() { _activeIndex = -1; _itemRegistry.clear(); }
antd_flutter_mobile package
documentation
components/widgets/list/controller
AntdScrollPositionController<T>
reset method
AntdScrollPositionController class