setData method

void setData(
  1. String str
)
  • 覆盖文本
  • Override text

Implementation

void setData(String str) {
  content!.data = str;
}