MyStillListView<T> constructor
MyStillListView<T> (})
Implementation
MyStillListView(this.data, this.itemBuilder,
{this.height,
this.scrollController,
this.canScroll = false,
this.listKey,
this.direction = Axis.vertical,
this.bgColor = Colors.transparent,
this.shrinkWrap = true,
this.width,
this.spaceMain = 10.0});