child property
The scrollable widget to be wrapped (e.g., ListView, GridView).
Note: The child's itemCount should typically be controller.items.length.
Implementation
final Widget child;
The scrollable widget to be wrapped (e.g., ListView, GridView).
Note: The child's itemCount should typically be controller.items.length.
final Widget child;