MeetingProgressTimerPositionContext constructor
- required BuildContext buildContext,
- required MeetingProgressTimerOptions options,
- double? top,
- double? right,
- double? bottom,
- double? left,
Implementation
const MeetingProgressTimerPositionContext({
required this.buildContext,
required this.options,
this.top,
this.right,
this.bottom,
this.left,
});