Instance Methods | |
(instancetype) | - initWithTextField:fieldEditor: |
A convenient class that can be used to set a custom field editor for an NSTextField.
The FlutterTextField uses this class set the FlutterTextInputPlugin as its field editor.
Definition at line 23 of file FlutterTextInputSemanticsObject.mm.
- (instancetype) initWithTextField: | (NSTextField*) | textField | |
fieldEditor: | (NSTextView*) | editor | |
Initializes the NSCell for the input NSTextField.
Definition at line 38 of file FlutterTextInputSemanticsObject.mm.