viewId property
final
The ID of the view that the text input belongs to.
See also:
- FlutterView, which is the view that the ID points to.
- View, which is a widget that wraps a FlutterView.
Implementation
final int? viewId;
The ID of the view that the text input belongs to.
See also:
final int? viewId;