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