CalendarEvent class
- Annotations
Constructors
- CalendarEvent({required DateTime date, String? title, Color? color, Object? data, Widget builder(CalendarEvent? event)?})
-
Calendar event definition
const
Properties
- builder → Widget Function(CalendarEvent? event)?
-
The widget builder which will be invoked to generate the event title widget
final
- color → Color?
-
The color of event
final
- data → Object?
-
The raw data of event
final
- date → DateTime
-
The date of event
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- title → String?
-
The title of event
final
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