CalendarDaysOfWeekStyle class

Style of the day-of-week display portion of the calendar.

カレンダーの曜日表示部分のスタイル。

Annotations

Constructors

CalendarDaysOfWeekStyle({Decoration? decoration, Widget weekdayBuilder(BuildContext context, DateTime dateTime)?, Widget weekendBuilder(BuildContext context, DateTime dateTime)?, bool visible = true, double height = 24, TextStyle? weekendTextStyle, TextStyle? weekdayTextStyle})
Style of the day-of-week display portion of the calendar.
const

Properties

decoration Decoration?
Decoration of the day-of-week display portion of the calendar.
final
hashCode int
The hash code for this object.
no setterinherited
height double
Height of the day-of-week display portion of the calendar.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
visible bool
Set to true to display the week.
final
weekdayBuilder → (Widget Function(BuildContext context, DateTime dateTime)?)
Weekday day of the week display builder.
final
weekdayTextStyle TextStyle?
Text style for weekday day of the week display.
final
weekendBuilder → (Widget Function(BuildContext context, DateTime dateTime)?)
Weekend day of the week display builder.
final
weekendTextStyle TextStyle?
Text style for weekend day of the week display.
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