TextViewModel constructor

const TextViewModel(
  1. String text
)

Implementation

const TextViewModel(this.text);