HeatmapLayoutParameters class

Constructors

HeatmapLayoutParameters({required CalendarScrollPosition defaultScrollPosition, CalendarMonthLabelPosition? monthLabelPosition, CalendarWeekLabelPosition? weekLabelPosition, CalendarColorTipPosition? colorTipPosition})
const
HeatmapLayoutParameters.defaults({CalendarScrollPosition defaultScrollPosition = CalendarScrollPosition.ended, CalendarMonthLabelPosition? monthLabelPosition, CalendarWeekLabelPosition? weekLabelPosition, CalendarColorTipPosition? colorTipPosition})
const

Properties

colorTipPosition CalendarColorTipPosition?
Relative position of color tips to the heatmap
final
defaultScrollPosition CalendarScrollPosition
haetmap init scroll postion
final
hashCode int
The hash code for this object.
no setterinherited
monthLabelPosition CalendarMonthLabelPosition?
Relative position of month label to the heatmap
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
weekLabelPosition CalendarWeekLabelPosition?
Relative position of week label to the heatmap
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