在当前行追加方式渲染文本内容
@override Future<void> addText(String text, TextStyle style) async { _myPlugin.addText(text, style); }