BooleanDialog constructor

const BooleanDialog(
  1. String text, {
  2. Key? key,
})

Implementation

const BooleanDialog(this.text, {Key? key}) : super(key: key);