ShowCustomAlterWidget constructor

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

Implementation

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