removeOptionsBox method

dynamic removeOptionsBox(
  1. int index
)

Implementation

removeOptionsBox(int index) {
  optionsBox.remove(index);
}