TextArea.WithText constructor

TextArea.WithText(
  1. String text
)

Implementation

factory TextArea.WithText(String text) => TextArea(WithText(text));