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,
- Decoration? decoration,
- EdgeInsetsGeometry? padding,
- EdgeInsetsGeometry? margin,
- Clip clipBehavior = Clip.none,
- MeetingProgressTimerOptions? timerOptions,
- MeetingProgressTimerType? timerBuilder,
- OtherGridComponentContainerBuilder? containerBuilder,
- OtherGridComponentChildrenBuilder? childrenBuilder,
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,
this.decoration,
this.padding,
this.margin,
this.clipBehavior = Clip.none,
this.timerOptions,
this.timerBuilder,
this.containerBuilder,
this.childrenBuilder,
});