onPastedStatement property
dynamic Function()
onPastedStatement
final
The StatementListView handles the logic of pasting the statement.
This callback simply signals that the operation has been processed, such that the parent NeoTechCoreInheritedWidget can be adjusted accordingly to clear the clipboard in case the statement had been cut.
Implementation
final Function() onPastedStatement;