TitleView constructor
const
TitleView({})
Implementation
const TitleView({
super.key,
required this.currentMeeting,
this.title = '',
this.onLeave,
this.onMinimizeChanged,
this.isMinimized = false,
});
const TitleView({
super.key,
required this.currentMeeting,
this.title = '',
this.onLeave,
this.onMinimizeChanged,
this.isMinimized = false,
});