Event<T> class

Type definitions for Events params start The start date of the event. params end The end date of the event. params title The title of the event. params color The color of the event. params isAllDay Is the event an all day event. params description The description of the event. params location The location of the event. returns Event The event.

Constructors

Event.new(DateTime start, String title, Color color, {DateTime? end, bool? isAllDay, String? description, String? label, String? location, Function? onTap, String? type})

Properties

color Color
final
description String?
final
end DateTime?
final
hashCode int
The hash code for this object.
no setterinherited
isAllDay bool?
final
label String?
final
location String?
final
onTap Function?
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
start DateTime
final
title String
final
type String?
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