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