MultiDayHeaderComponentStyles class

The styles of the default components used by the MultiDayHeader.

Constructors

MultiDayHeaderComponentStyles({DayHeaderStyle dayHeaderStyle = const DayHeaderStyle(), WeekNumberStyle weekNumberStyle = const WeekNumberStyle(), OverlayStyles? overlayStyles})
Creates a override for the default styles used by the MultiDayHeader.
const

Properties

dayHeaderStyle DayHeaderStyle
The styles of the day header.
final
hashCode int
The hash code for this object.
no setterinherited
overlayStyles OverlayStyles?
The styles of the overlay widgets.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
weekNumberStyle WeekNumberStyle
The styles of the week number.
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