text method

String text(
  1. String name
)

Current text of the controller registered under name.

Implementation

String text(String name) => textController(name).text;