setText method

Future<void> setText(
  1. String text
)

Implementation

Future<void> setText(String text) async {
  this.text = text;
}