selectItem method

void selectItem(
  1. String item
)

Implementation

void selectItem(String item) {
  setState(() {
    _selectItem(item);
  });
}