SideEventArranger<T extends Object?> class
- Inheritance
-
- Object
- EventArranger<
T> - SideEventArranger
Constructors
- SideEventArranger()
-
This class will provide method that will arrange
all the events side by side.
const
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
arrange(
{required List< CalendarEventData< events, required double height, required double width, required double heightPerMinute}) → List<T> >OrganizedCalendarEventData< T> > -
This method will arrange all the events in and return List of
OrganizedCalendarEventData.
override
-
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