OrganizedCalendarEventData<T extends Object?> class
Constructors
-
OrganizedCalendarEventData({DateTime? startDuration, DateTime? endDuration, required double top, required double bottom, required double left, required double right, required List<
CalendarEventData< events})T> > -
Provides event data with its
left
,right
,top
, andbottom
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 → double
-
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