DateLabel class

Constructors

DateLabel({required String label, required double position, required Manager manager})

Properties

hashCode → int
The hash code for this object.
no setterinherited
label → String
final
manager → Manager
final
position → double
Left edge of this label's day-column, in the date-row's coordinate space.
final
runtimeType → Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
paint(Canvas canvas) → void
toString() → String
A string representation of this object.
inherited

Operators

operator ==(Object other) → bool
The equality operator.
inherited