text property
      
      String
      get
      text
      
    
    
Gets the text of the selected region line.
Implementation
String get text {
  return _text;
}Gets the text of the selected region line.
String get text {
  return _text;
}