NHExpandedText constructor
NHExpandedText({})
Implementation
NHExpandedText({
required this.text,
Key? key,
this.showMoreText,
this.showLessText,
this.fontSize,
this.fontFamily,
}) : super(key: key);
NHExpandedText({
required this.text,
Key? key,
this.showMoreText,
this.showLessText,
this.fontSize,
this.fontFamily,
}) : super(key: key);