CalendarStyle class

Specify the calendar style.

カレンダーのスタイルを指定します。

Annotations

Constructors

CalendarStyle({TableBorder? border, CalendarDaysOfWeekStyle daysOfWeek = const CalendarDaysOfWeekStyle(), CalendarContentStyle content = const CalendarContentStyle()})
Specify the calendar style.
const

Properties

border TableBorder?
Table Border.
final
content CalendarContentStyle
Specifies the style in which the content is displayed.
final
daysOfWeek CalendarDaysOfWeekStyle
Specifies the style in which the days of the week are displayed.
final
hashCode int
The hash code for this object.
no setterinherited
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