getController method

TextEditingController? getController(
  1. String name
)

Implementation

TextEditingController? getController(String name) => _controllers[name];