MicroSiteExpandableText constructor
const
MicroSiteExpandableText({})
Implementation
const MicroSiteExpandableText({
super.key,
required this.text,
required this.style,
required this.maxLines,
this.showMaxLine = true,
this.maxCharacter = 0,
this.showMaxCharacter = false,
this.enableCollapse = true,
});