OtherGridComponentOptions constructor
const
OtherGridComponentOptions(- {required Color backgroundColor,
- required List<Widget> children,
- required double width,
- required double height,
- bool showAspect = true,
- required Color timeBackgroundColor,
- required bool showTimer,
- required String meetingProgressTime}
)
Implementation
const OtherGridComponentOptions({
required this.backgroundColor,
required this.children,
required this.width,
required this.height,
this.showAspect = true,
required this.timeBackgroundColor,
required this.showTimer,
required this.meetingProgressTime,
});