controller property

TextEditingController? get controller

Implementation

TextEditingController? get controller {
  return _controller;
}