SearchPanel constructor
const
SearchPanel({
- Key? key,
- required EditorView view,
- required VoidCallback onClose,
- bool showReplace = false,
Implementation
const SearchPanel({
super.key,
required this.view,
required this.onClose,
this.showReplace = false,
});