EcpBottomMultiPicker<T> constructor
const
EcpBottomMultiPicker<T> ({})
Implementation
const EcpBottomMultiPicker({
super.key,
this.title,
this.repo,
this.height,
this.onDisplay,
this.initValue,
this.enableLoadMore,
this.enableRefresh = false,
this.pagingRepo,
}) : assert(repo != null || pagingRepo != null,
"repo or pagingRepo must not be null");