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 81 of file FlutterTextInputPlugin.h.

Method Documentation

◆ rangeWithNSRange:

+ (instancetype) rangeWithNSRange: (NSRange)  range

Definition at line 548 of file FlutterTextInputPlugin.mm.

548  :(NSRange)range {
549  return [[FlutterTextRange alloc] initWithNSRange:range];
550 }

Property Documentation

◆ range

- (NSRange) range
readnonatomicassign

Definition at line 83 of file FlutterTextInputPlugin.h.


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