TextFormatter constructor

TextFormatter(
  1. String? text
)

Implementation

TextFormatter(String? text) {
  this.text = text;
}