ShowInputAlertWidget constructor

const ShowInputAlertWidget(
  1. dynamic callback,
  2. dynamic title,
  3. dynamic placeholder
)

Implementation

const ShowInputAlertWidget(this.callback, this.title, this.placeholder);