levels property

List<RenderInfoCollection> levels
latefinal

Default renderinfos. Each rule gets a unique level in ascending order. We have to draw the renderinfos in that particular order.

Implementation

late final List<RenderInfoCollection> levels;