LiveTextWidget constructor

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

Implementation

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