menu
terminice package
documentation
testing.dart
TextInputState
cancel method
cancel method
dark_mode
light_mode
cancel
method
void
cancel
(
)
Marks the prompt as cancelled.
Implementation
void cancel() => _cancelled = true;
terminice package
documentation
testing
TextInputState
cancel method
TextInputState class