Ejemplo n.º 1
0
 public TextEditingValue(string text = "", TextSelection selection = null, TextRange composing = null)
 {
     this.text      = text;
     this.selection = selection ?? TextSelection.collapsed(-1);
     this.composing = composing ?? TextRange.empty;
 }