TerminalSearchBar constructor
const
TerminalSearchBar({
- required bool visible,
- required ValueChanged<
String> onChanged, - required VoidCallback onNext,
- required VoidCallback onPrev,
- required VoidCallback onClose,
- bool invalidPattern = false,
- bool caseSensitive = false,
- bool wholeWord = false,
- bool regex = true,
- bool wrap = true,
- ValueChanged<
bool> ? onCaseSensitiveChanged, - ValueChanged<
bool> ? onWholeWordChanged, - ValueChanged<
bool> ? onRegexChanged, - ValueChanged<
bool> ? onWrapChanged, - Key? key,
Implementation
const TerminalSearchBar({
required this.visible,
required this.onChanged,
required this.onNext,
required this.onPrev,
required this.onClose,
this.invalidPattern = false,
this.caseSensitive = false,
this.wholeWord = false,
this.regex = true,
this.wrap = true,
this.onCaseSensitiveChanged,
this.onWholeWordChanged,
this.onRegexChanged,
this.onWrapChanged,
super.key,
});