ConstListView<T extends ConstButton> constructor
const
ConstListView<T extends ConstButton> ({})
Implementation
const ConstListView(
{Key? key, this.itemCount = 0, this.itemExtent, this.buttons = const []})
: super(key: key);