ValueDialog constructor

const ValueDialog(
  1. Widget options, {
  2. String prompt = "",
  3. dynamic defVal = "",
  4. Color bkgColor = Colors.black,
  5. Color color = Colors.white,
  6. Key? key,
})

Implementation

const ValueDialog(this.options, {
  this.prompt = "",this.defVal = "",
  this.bkgColor = Colors.black, this.color = Colors.white, super.key});