MessageKind.text constructor

MessageKind.text(
  1. String? text
)

Represents text on the screen.

Implementation

MessageKind.text(this.text);