controller property

TextEditingController get controller

Implementation

TextEditingController get controller => widget.controller ?? _controller!;