clearSelection method

void clearSelection()

Implementation

void clearSelection() {
  setState(() {
    selectedTime = null;
    _controller.text = '';
  });
}