newLineAction method

dynamic newLineAction()

Implementation

newLineAction() {
  Keyboard.sendPerformAction(TextInputAction.newline);
}