EventRenderer class
Constructors
-
EventRenderer.new(List<
InternalCalendarEvent> events, DateTime day, {required int maxEvents})
Properties
- day → DateTime
-
final
-
events
→ List<
InternalCalendarEvent> -
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- maxEvents → int
-
final
-
placements
↔ List<
EventPlacement> -
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
calculate(
) → void -
getOverflowText(
) → String -
hasOverflow(
) → bool -
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