DynamicLineText constructor

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

Implementation

const DynamicLineText(
  this.text, {
  this.style,
  this.overflow = TextOverflow.ellipsis,
  Key? key,
}) : super(key: key);