VListView constructor

VListView({
  1. required List<Widget> children,
})

Implementation

VListView({
  required this.children,
});