ScrollableText constructor
const
ScrollableText({})
Implementation
const ScrollableText(
{super.key,
this.title,
this.isClose = true,
required this.contentText,
this.textColor,
this.textFontSize,
this.submitText,
this.onSubmitClick,
this.submitBgColor,
this.linksCallback,
this.isShowOperateWidget = true});