BottomSheetBuilder constructor
BottomSheetBuilder({
- Function? action,
- Color? backgroundColor,
- Color? textColor,
- Color? primaryColor,
- bool? isError,
- String? message,
- bool? showPrimaryButton,
- bool? showSecondaryButton,
- bool? showTertiaryButton,
- Color? buttonColor,
- Color? borderColor,
- EdgeInsets? customPadding,
- Function? callback,
- Function? primaryButtonCallback,
- Function? secondaryActionCallback,
- String? secondaryButtonText,
- String? primaryActionText,
- Function? primaryActionCallback,
- String? primaryButtonText,
- Function? tertiaryActionCallback,
- Function? secondaryButtonCallback,
- String? secondaryActionText,
- String? tertiaryActionText,
Implementation
BottomSheetBuilder(
{this.action,
this.backgroundColor,
this.textColor,
this.primaryColor,
this.isError,
this.message,
this.showPrimaryButton,
this.showSecondaryButton,
this.showTertiaryButton,
this.buttonColor,
this.borderColor,
this.customPadding,
this.callback,
this.primaryButtonCallback,
this.secondaryActionCallback,
this.secondaryButtonText,
this.primaryActionText,
this.primaryActionCallback,
this.primaryButtonText,
this.tertiaryActionCallback,
this.secondaryButtonCallback,
this.secondaryActionText,
this.tertiaryActionText});