setFontSize static method

dynamic setFontSize(
  1. double size
)

设置文本大小

Implementation

static setFontSize(double size) async {
  await _channel.invokeMethod('setFontSize', {'size': size});
}