MeetingIdComponentOptions constructor

MeetingIdComponentOptions({
  1. required String meetingID,
  2. TextStyle? labelStyle,
  3. TextStyle? inputTextStyle,
  4. Color? inputBackgroundColor,
})

Implementation

MeetingIdComponentOptions({
  required this.meetingID,
  this.labelStyle,
  this.inputTextStyle,
  this.inputBackgroundColor,
});