CalendarEvent class

Defines events to be shown in the bar calendar.

Constructors

CalendarEvent({required String title, Color? color, DateTime? start, DateTime? end, EventBarDecoration? decoration, EventBarSize eventBarSize = EventBarSize.small})

Properties

color Color?
Background color for the event bar.
getter/setter pair
decoration EventBarDecoration?
Decoration class to access further styling properties for the event bar.
getter/setter pair
end DateTime?
The event's end date.
getter/setter pair
eventBarSize EventBarSize
The event bar's size (large or small).
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
start DateTime?
The event's start date.
getter/setter pair
title String
The event title.
getter/setter pair

Methods

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