SearchDialog constructor

const SearchDialog({
  1. required QuillController controller,
  2. QuillDialogTheme? dialogTheme,
  3. String? text,
  4. Key? key,
})

Implementation

const SearchDialog({required this.controller, this.dialogTheme, this.text, Key? key}) : super(key: key);