ScrollableTextMultiBtnDialog constructor
const
ScrollableTextMultiBtnDialog({
- Key? key,
- String? title,
- bool isClose = true,
- bool isCenter = true,
- required String contentText,
- Color textColor = const Color(0xFF666666),
- double textFontSize = 16,
- String? submitText,
- String? secondaryButtonText,
- VoidCallback? onSubmitClick,
- VoidCallback? onSecondaryButtonClick,
- Color? submitBgColor,
- HyperLinkCallback? linksCallback,
- bool isShowOperateWidget = true,
- Color? linkColor,
Implementation
const ScrollableTextMultiBtnDialog(
{super.key,
this.title,
this.isClose = true,
this.isCenter = true,
required this.contentText,
this.textColor = const Color(0xFF666666),
this.textFontSize = 16,
this.submitText,
this.secondaryButtonText,
this.onSubmitClick,
this.onSecondaryButtonClick,
this.submitBgColor,
this.linksCallback,
this.isShowOperateWidget = true,
this.linkColor});