LiveTextWidget constructor

LiveTextWidget(
  1. Key? key,
  2. TextStyle style,
  3. String text, {
  4. TextOverflow? overflow,
})

Implementation

LiveTextWidget(Key? key, this.style, this.text, {this.overflow})
    : super(key: key);