File tree Expand file tree Collapse file tree 1 file changed +6
-0
lines changed Expand file tree Collapse file tree 1 file changed +6
-0
lines changed Original file line number Diff line number Diff line change @@ -590,6 +590,11 @@ class SemanticsUpdateBuilder {
590
590
/// The fields 'textSelectionBase' and 'textSelectionExtent' describe the
591
591
/// currently selected text within `value` .
592
592
///
593
+ /// The field `platformViewId` references the platform view, whose semantics
594
+ /// nodes will be added as children to this node. If a platform view is
595
+ /// specified, `childrenInHitTestOrder` and `childrenInTraversalOrder` must be
596
+ /// empty.
597
+ ///
593
598
/// For scrollable nodes `scrollPosition` describes the current scroll
594
599
/// position in logical pixel. `scrollExtentMax` and `scrollExtentMin`
595
600
/// describe the maximum and minimum in-rage values that `scrollPosition` can
@@ -618,6 +623,7 @@ class SemanticsUpdateBuilder {
618
623
int actions,
619
624
int textSelectionBase,
620
625
int textSelectionExtent,
626
+ int platformViewId,
621
627
int scrollChildren,
622
628
int scrollIndex,
623
629
double scrollPosition,
You can’t perform that action at this time.
0 commit comments