DayHeaderStyle class

DayHeaderStyle is the styling class for Day widget.

Using this style, you can specify all colors that you want for your Day.

The currently available style are: backgroundColor, selectedBackgroundColor dateInRangeBackgroundColor, textColor, selectedTextColor, unavailableTextColor.

Constructors

DayHeaderStyle({Color backgroundColor = Colors.transparent, Color selectedBackgroundColor = Colors.black, Color dateInRangeBackgroundColor = Colors.black45, Color textColor = Colors.black, Color selectedTextColor = Colors.white, Color unavailableTextColor = Colors.grey})
const

Properties

backgroundColor Color
final
dateInRangeBackgroundColor Color
final
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
selectedBackgroundColor Color
final
selectedTextColor Color
final
textColor Color
final
unavailableTextColor Color
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