FlutterCalenderEvent constructor
FlutterCalenderEvent(})
Implementation
FlutterCalenderEvent(
this.summary, {
this.description = '',
this.location = '',
required this.startTime,
required this.endTime,
this.color = Colors.blue,
this.isAllDay = false,
this.isMultiDay = false,
this.isDone = false,
multiDaySegement,
this.metadata,
// this.image = '',
});