Flutter Engine
The Flutter Engine
|
Instance Methods | |
(instancetype) | - initWithTextField:fieldEditor: |
(NSTextView *) | - fieldEditorForView: [implementation] |
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.
|
implementation |
Definition at line 1 of file FlutterTextInputSemanticsObject.mm.
- (instancetype) initWithTextField: | (NSTextField*) | textField | |
fieldEditor: | (NSTextView*) | editor | |
Initializes the NSCell for the input NSTextField.
Definition at line 1 of file FlutterTextInputSemanticsObject.mm.