getTitle method

String getTitle()

Implementation

String getTitle() {
  return _titleEditingController.value.text;
}