MoleculeListView constructor

MoleculeListView({
  1. Widget? widget,
  2. int? length,
  3. String? keyValue,
  4. bool? shrinkWrap,
})

Implementation

MoleculeListView({this.widget, this.length, this.keyValue, this.shrinkWrap});