ResponsiveText constructor
const
ResponsiveText(})
Creates a ResponsiveText widget.
textis required.minFontSizeandmaxFontSizedetermine the scaling range.
Implementation
const ResponsiveText(
this.text, {
super.key,
this.minFontSize = 12,
this.maxFontSize = 24,
this.style,
this.textAlign,
});