#import "flutter/shell/platform/darwin/macos/framework/Source/FlutterTextInputSemanticsObject.h"
#import "flutter/shell/platform/darwin/macos/framework/Source/FlutterEngine_Internal.h"
#import "flutter/shell/platform/darwin/macos/framework/Source/FlutterTextInputPlugin.h"
#import "flutter/shell/platform/darwin/macos/framework/Source/FlutterViewController_Internal.h"
#include "flutter/third_party/accessibility/ax/ax_action_data.h"
#include "flutter/third_party/accessibility/gfx/geometry/rect_conversions.h"
#include "flutter/third_party/accessibility/gfx/mac/coordinate_conversion.h"
Go to the source code of this file.
Classes | |
class | FlutterTextFieldCell |
Namespaces | |
flutter | |
Variables | |
FlutterTextInputPlugin * | _plugin |
FlutterTextInputPlugin* _plugin |
Definition at line 62 of file FlutterTextInputSemanticsObject.mm.
Referenced by FlutterTextField::initWithPlatformNode:fieldEditor:, FlutterTextField::startEditing, and FlutterTextField::updateString:withSelection:.