ShareEventModalBodyContext constructor

const ShareEventModalBodyContext({
  1. required Widget defaultBody,
  2. required Widget meetingIdSection,
  3. required Widget? passcodeSection,
  4. required Widget? shareButtonsSection,
  5. required bool showPasscode,
  6. required bool showShareButtons,
  7. required double sectionSpacing,
})

Implementation

const ShareEventModalBodyContext({
  required this.defaultBody,
  required this.meetingIdSection,
  required this.passcodeSection,
  required this.shareButtonsSection,
  required this.showPasscode,
  required this.showShareButtons,
  required this.sectionSpacing,
});