controller property

Implementation

TextEditingController get controller =>
    widget.controller ?? _controller ?? TextEditingController();