removeBottomSelectedItemsXBtn method

void removeBottomSelectedItemsXBtn(
  1. int index
)

Implementation

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