LayoutTreeSnapshot constructor

LayoutTreeSnapshot({
  1. required List<int> nodeIndex,
  2. required List<ArrayOfStrings> styles,
  3. required List<Rectangle> bounds,
  4. required List<StringIndex> text,
  5. required RareBooleanData stackingContexts,
  6. List<int>? paintOrders,
  7. List<Rectangle>? offsetRects,
  8. List<Rectangle>? scrollRects,
  9. List<Rectangle>? clientRects,
  10. List<StringIndex>? blendedBackgroundColors,
  11. List<num>? textColorOpacities,
})

Implementation

LayoutTreeSnapshot(
    {required this.nodeIndex,
    required this.styles,
    required this.bounds,
    required this.text,
    required this.stackingContexts,
    this.paintOrders,
    this.offsetRects,
    this.scrollRects,
    this.clientRects,
    this.blendedBackgroundColors,
    this.textColorOpacities});