OrganizedCalendarEventData<T extends Object?> class

Provides event data with its left, right, top, and bottom boundary.

Constructors

OrganizedCalendarEventData({required DateTime startDuration, required DateTime endDuration, required double top, required double bottom, required double left, required double right, required List<CalendarEventData<T>> events})
Provides event data with its left, right, top, and bottom boundary.
OrganizedCalendarEventData.empty()

Properties

bottom double
End position from where event tile will end.
final
endDuration DateTime
End duration of event/event list.
final
events List<CalendarEventData<T>>
List of events to display in given tile.
final
hashCode int
The hash code for this object.
no setterinherited
left double
Left position from where event tile will start.
final
Right position where event tile will end.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
startDuration DateTime
Start duration of event/event list.
final
top double
Top position from where event tile will start.
final

Methods

getWithUpdatedRight(double right) OrganizedCalendarEventData<T>
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited