TextInputData constructor

const TextInputData(
  1. String text
)

Creates text input data.

Implementation

const TextInputData(this.text);