ResponsiveText constructor
const
ResponsiveText(})
Creates a ResponsiveText widget.
Implementation
const ResponsiveText(
this.text, {
super.key,
this.shortText,
this.style,
this.autoResize = false,
this.minFontSize = 8.0,
this.stepGranularity = 0.5,
this.maxLines,
this.textAlign,
this.overflow = TextOverflow.ellipsis,
this.textDirection,
this.semanticsLabel,
}) : assert(minFontSize > 0, 'minFontSize must be positive');