setEvent method

void setEvent(
  1. String newVal
)

Implementation

void setEvent(String newVal) => setState(() {
      event = newVal;
    });