menu
regex_pattern_text_field package
documentation
controllers/regex_pattern_text_editing_controller.dart
RegexPatternTextEditingController
setOnMatch method
setOnMatch method
dark_mode
light_mode
setOnMatch
method
void
setOnMatch
(
dynamic
onMatch
(
RegexPatternMatched
)?
)
Implementation
void setOnMatch(Function(RegexPatternMatched)? onMatch) => _onMatch = onMatch;
regex_pattern_text_field package
documentation
controllers/regex_pattern_text_editing_controller
RegexPatternTextEditingController
setOnMatch method
RegexPatternTextEditingController class