LayoutTreeSnapshot constructor
LayoutTreeSnapshot({
- required List<
int> nodeIndex, - required List<
ArrayOfStrings> styles, - required List<
Rectangle> bounds, - required List<
StringIndex> text, - required RareBooleanData stackingContexts,
- List<
int> ? paintOrders, - List<
Rectangle> ? offsetRects, - List<
Rectangle> ? scrollRects, - List<
Rectangle> ? clientRects, - List<
StringIndex> ? blendedBackgroundColors, - 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});