BoardList constructor
const
BoardList({
- Key? key,
- List<
Widget> ? header, - List<
BoardItem> ? items, - Color? backgroundColor,
- Color? headerBackgroundColor,
- BoardViewState? boardView,
- bool draggable = true,
- int? index,
- OnDropList? onDropList,
- OnTapList? onTapList,
- OnStartDragList? onStartDragList,
- BoxScrollView listBuilder(
- NullableIndexedWidgetBuilder itemBuilder
Implementation
const BoardList({
Key? key,
this.header,
this.items,
this.footer,
this.backgroundColor,
this.headerBackgroundColor,
this.boardView,
this.draggable = true,
this.index,
this.onDropList,
this.onTapList,
this.onStartDragList,
this.listBuilder,
}) : super(key: key);