LazyTableElement constructor

LazyTableElement(
  1. LazyTable widget
)

Instantiates the rendering element for the given LazyTable.

Implementation

LazyTableElement(LazyTable super.widget);