MonthBodyComponentStyles class

The styles of the default components used by the MonthBody.

Constructors

MonthBodyComponentStyles({MonthGridStyle monthGridStyle = const MonthGridStyle(), MonthDayHeaderStyle monthDayHeaderStyle = const MonthDayHeaderStyle(), OverlayStyles? overlayStyles})
Creates a override(s) for the default styles used by the MonthBody.
const

Properties

hashCode int
The hash code for this object.
no setterinherited
monthDayHeaderStyle MonthDayHeaderStyle
The style of the day header.
final
monthGridStyle MonthGridStyle
The style of the month grid.
final
overlayStyles OverlayStyles?
The styles of the overlay components.
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
toString() String
A string representation of this object.
inherited

Operators

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