#import <FlutterTextInputPlugin.h>
Instance Methods | |
| (instancetype) | - initWithIndex:affinity: |
Class Methods | |
| (instancetype) | + positionWithIndex: |
| (instancetype) | + positionWithIndex:affinity: |
Properties | |
| NSUInteger | index |
| UITextStorageDirection | affinity |
An indexed position in the buffer of a Flutter text editing widget.
Definition at line 76 of file FlutterTextInputPlugin.h.
| - (instancetype) initWithIndex: | (NSUInteger) | index | |
| affinity: | (UITextStorageDirection) | affinity | |
| + (instancetype) positionWithIndex: | (NSUInteger) | index |
Definition at line 469 of file FlutterTextInputPlugin.mm.
| + (instancetype) positionWithIndex: | (NSUInteger) | index | |
| affinity: | (UITextStorageDirection) | affinity | |
Definition at line 469 of file FlutterTextInputPlugin.mm.
|
readnonatomicassign |
Definition at line 79 of file FlutterTextInputPlugin.h.
|
readnonatomicassign |
Definition at line 78 of file FlutterTextInputPlugin.h.