ShareEventModalStyleOptions constructor
const
ShareEventModalStyleOptions({ - BoxDecoration? outerContainerDecoration,
- EdgeInsetsGeometry? outerPadding,
- BoxDecoration? contentDecoration,
- EdgeInsetsGeometry? contentPadding,
- TextStyle? titleTextStyle,
- Widget? closeIcon,
- ButtonStyle? closeButtonStyle,
- Color? dividerColor,
- double? dividerThickness,
- double? dividerHeight,
- double? dividerIndent,
- double? dividerEndIndent,
- double? width,
- double? maxWidth,
- double? height,
- double? maxHeight,
- TextStyle? sectionTitleTextStyle,
- TextStyle? bodyTextStyle,
- TextStyle? emptyStateTextStyle,
- ButtonStyle? primaryButtonStyle,
- ButtonStyle? secondaryButtonStyle,
- ButtonStyle? destructiveButtonStyle,
- TextStyle? passcodeLabelTextStyle,
- TextStyle? passcodeInputTextStyle,
- Color? passcodeInputBackgroundColor,
- TextStyle? meetingIdLabelTextStyle,
- TextStyle? meetingIdInputTextStyle,
- Color? meetingIdInputBackgroundColor,
- EdgeInsetsGeometry? infoSectionPadding,
- EdgeInsetsGeometry? shareButtonsPadding,
- BoxDecoration? shareButtonsDecoration,
- EdgeInsetsGeometry? scrollPadding,
- double? sectionSpacing,
})
Implementation
const ShareEventModalStyleOptions({
super.outerContainerDecoration,
super.outerPadding,
super.contentDecoration,
super.contentPadding,
super.titleTextStyle,
super.closeIcon,
super.closeButtonStyle,
super.dividerColor,
super.dividerThickness,
super.dividerHeight,
super.dividerIndent,
super.dividerEndIndent,
super.width,
super.maxWidth,
super.height,
super.maxHeight,
super.sectionTitleTextStyle,
super.bodyTextStyle,
super.emptyStateTextStyle,
super.primaryButtonStyle,
super.secondaryButtonStyle,
super.destructiveButtonStyle,
this.passcodeLabelTextStyle,
this.passcodeInputTextStyle,
this.passcodeInputBackgroundColor,
this.meetingIdLabelTextStyle,
this.meetingIdInputTextStyle,
this.meetingIdInputBackgroundColor,
this.infoSectionPadding,
this.shareButtonsPadding,
this.shareButtonsDecoration,
this.scrollPadding,
this.sectionSpacing,
});