menu
termui package
documentation
terminal/event.dart
PasteEvent
PasteEvent.new const constructor
PasteEvent.new const constructor
dark_mode
light_mode
PasteEvent
constructor
const
PasteEvent
(
String
text
)
Creates a
PasteEvent
.
Implementation
const PasteEvent(this.text);
termui package
documentation
terminal/event
PasteEvent
PasteEvent.new const constructor
PasteEvent class