在画布上绘制文本内容.
@override Future<void> renderText(String text, TextStyle style) async { _myPlugin.renderText(text, style); }