removeBottomSelectedItemsXBtn method
Implementation
void removeBottomSelectedItemsXBtn(int index) {
bottomListKey.currentState!.removeItem(
index, (context, animation) => bottomButton(context, index, animation));
bottomSelectedItems!.remove(bottomSelectedItems![index]);
}