MeetingPasscodeComponentOptions constructor

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

Implementation

MeetingPasscodeComponentOptions({
  required this.meetingPasscode,
  this.labelStyle,
  this.inputTextStyle,
  this.inputBackgroundColor,
});