Flutter iOS Embedder
FlutterInactiveTextInput Class Reference

#import <accessibility_text_entry.h>

Inheritance diagram for FlutterInactiveTextInput:

Properties

NSString * text
 
NSMutableString * markedText
 
UITextRange * selectedTextRange
 
UITextRange * markedTextRange
 
NSDictionary< NSAttributedStringKey, id > * markedTextStyle
 
id< UITextInputDelegate > inputDelegate
 

Detailed Description

An implementation of UITextInput used for text fields that do not currently have input focus.

This class is used by TextInputSemanticsObject.

Definition at line 14 of file accessibility_text_entry.h.

Property Documentation

◆ inputDelegate

- (id<UITextInputDelegate>) inputDelegate
readwritenonatomicassign

Definition at line 21 of file accessibility_text_entry.h.

◆ markedText

- (NSMutableString*) markedText
readnonatomiccopy

Definition at line 17 of file accessibility_text_entry.h.

◆ markedTextRange

- (UITextRange*) markedTextRange
readnonatomicstrong

Definition at line 19 of file accessibility_text_entry.h.

◆ markedTextStyle

- (NSDictionary<NSAttributedStringKey, id>*) markedTextStyle
readwritenonatomiccopy

Definition at line 20 of file accessibility_text_entry.h.

◆ selectedTextRange

- (UITextRange*) selectedTextRange
readwriteatomiccopy

Definition at line 18 of file accessibility_text_entry.h.

◆ text

- (NSString*) text
readwritenonatomiccopy

Definition at line 16 of file accessibility_text_entry.h.


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