NiceResponsiveText constructor
const
NiceResponsiveText({})
Implementation
const NiceResponsiveText({
super.key,
required this.text,
this.styleXs,
this.styleSm,
this.styleMd,
this.styleLg,
this.styleXl,
this.styleXxl,
this.textAlign,
this.maxLines,
this.overflow,
});