ModernShareButtonsComponentOptions constructor

ModernShareButtonsComponentOptions({
  1. required String meetingID,
  2. required EventType eventType,
  3. List<ModernShareButtonOptions>? customButtons,
  4. String? localLink,
  5. bool showLabels = false,
  6. bool useGlassmorphism = true,
  7. bool compact = false,
})

Implementation

ModernShareButtonsComponentOptions({
  required this.meetingID,
  required this.eventType,
  this.customButtons,
  this.localLink,
  this.showLabels = false,
  this.useGlassmorphism = true,
  this.compact = false,
});