MonthDayHeaderStyle class
The style of the MonthDayHeader.
Constructors
- MonthDayHeaderStyle({TextStyle? textStyle, String stringBuilder(DateTime date)?, TextStyle? numberTextStyle})
-
Creates a new MonthDayHeaderStyle.
const
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- numberTextStyle → TextStyle?
-
The TextStyle used by the MonthDayHeader widget to display the day number of the week.
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- stringBuilder → String Function(DateTime date)?
-
Use this function to customize the sting displayed by the MonthDayHeader.
final
- textStyle → TextStyle?
-
The TextStyle used by the MonthDayHeader widget to display the name of the day.
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