menu
scroll_adapter package
documentation
checkable.dart
Checkable<E>
remove method
remove method
dark_mode
light_mode
remove
method
@
override
void
remove
(
E
item
)
inherited
移除
item
Implementation
@override void remove(E item) { _dataList.remove(item); notifyDataSetChanged(); }
scroll_adapter package
documentation
checkable
Checkable<E>
remove method
Checkable mixin