newLineAction method

dynamic newLineAction()

换行

Implementation

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