fontFamily: style.fontFamily,
fontSize: style.fontSize,
fontWeight: style.fontWeight,
textDirection: _textDirection,
textDirection: _textDirection.Value,
textAlign: widget.textAlign
);
_textInputConnection.setEditingState(localValue);