ModernMeetingProgressTimer constructor

const ModernMeetingProgressTimer({
  1. Key? key,
  2. required MeetingProgressTimerOptions options,
  3. bool useGlassmorphism = true,
  4. bool useGradient = false,
  5. bool animateOnChange = false,
  6. bool showPulse = false,
  7. bool showIcon = true,
  8. String? recordingState,
})

Implementation

const ModernMeetingProgressTimer({
  super.key,
  required this.options,
  this.useGlassmorphism = true,
  this.useGradient = false,
  this.animateOnChange = false,
  this.showPulse = false,
  this.showIcon = true,
  this.recordingState,
});