Flutter iOS Embedder
FlutterTextRange Class Reference

#import <FlutterTextInputPlugin.h>

Inheritance diagram for FlutterTextRange:

Class Methods

(instancetype) + rangeWithNSRange:
 

Properties

NSRange range
 

Detailed Description

A range of text in the buffer of a Flutter text editing widget.

Definition at line 79 of file FlutterTextInputPlugin.h.

Method Documentation

◆ rangeWithNSRange:

+ (instancetype) rangeWithNSRange: (NSRange)  range

Definition at line 542 of file FlutterTextInputPlugin.mm.

542  :(NSRange)range {
543  return [[FlutterTextRange alloc] initWithNSRange:range];
544 }

Property Documentation

◆ range

- (NSRange) range
readnonatomicassign

Definition at line 81 of file FlutterTextInputPlugin.h.


The documentation for this class was generated from the following files:
FlutterTextRange
Definition: FlutterTextInputPlugin.h:79
FlutterTextRange::range
NSRange range
Definition: FlutterTextInputPlugin.h:81