移除下标position
position
@override void removeAt(int position) { _dataList.removeAt(position); notifyDataSetChanged(); }