#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 69 of file FlutterTextInputPlugin.h.
- (instancetype) initWithIndex: | (NSUInteger) | index | |
affinity: | (UITextStorageDirection) | affinity | |
+ (instancetype) positionWithIndex: | (NSUInteger) | index |
Definition at line 519 of file FlutterTextInputPlugin.mm.
+ (instancetype) positionWithIndex: | (NSUInteger) | index | |
affinity: | (UITextStorageDirection) | affinity | |
Definition at line 523 of file FlutterTextInputPlugin.mm.
|
readnonatomicassign |
Definition at line 72 of file FlutterTextInputPlugin.h.
Referenced by initWithIndex:affinity:.
|
readnonatomicassign |
Definition at line 71 of file FlutterTextInputPlugin.h.
Referenced by initWithIndex:affinity:.