showBottomAlertCustomWidget constructor

const showBottomAlertCustomWidget(
  1. dynamic confirmCallback,
  2. dynamic list,
  3. dynamic title
)

Implementation

const showBottomAlertCustomWidget(this.confirmCallback, this.list, this.title);