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

Method Documentation

◆ rangeWithNSRange:

+ (instancetype) rangeWithNSRange: (NSRange)  range

Definition at line 469 of file FlutterTextInputPlugin.mm.

550  :(NSRange)range {
551  return [[FlutterTextRange alloc] initWithNSRange:range];
552 }

Property Documentation

◆ range

- (NSRange) range
readnonatomicassign

Definition at line 90 of file FlutterTextInputPlugin.h.


The documentation for this class was generated from the following files: