MeetingProgressTimerOptions constructor
Implementation
MeetingProgressTimerOptions({
required this.meetingProgressTime,
this.initialBackgroundColor = Colors.green,
this.position = 'topLeft',
this.textStyle,
this.showTimer = true,
});
MeetingProgressTimerOptions({
required this.meetingProgressTime,
this.initialBackgroundColor = Colors.green,
this.position = 'topLeft',
this.textStyle,
this.showTimer = true,
});