ListView<T> constructor
const
ListView<T> ({})
Implementation
const ListView({
Key? id,
required this.items,
required this.itemBuilder,
required this.state,
this.itemHeight = 1,
this.onActivate,
this.selectedStyle,
}) : _id = id;