MainGridComponentOptions constructor
Constructs a MainGridComponentOptions object.
Implementation
const MainGridComponentOptions({
required this.backgroundColor,
required this.children,
required this.mainSize,
required this.height,
required this.width,
this.showAspect = true,
this.timeBackgroundColor = Colors.transparent,
this.showTimer = true,
required this.meetingProgressTime,
});