TextFieldViewModel constructor

const TextFieldViewModel(
  1. String text
)

Implementation

const TextFieldViewModel(String text) : super(text);