CalendarContentStyle class

Specify the contents of the calendar.

カレンダーのコンテンツを指定します。

Annotations

Constructors

CalendarContentStyle({EdgeInsetsGeometry? margin, EdgeInsetsGeometry padding = const EdgeInsets.all(8.0), Decoration? decoration, double? height, bool highlightToday = true, bool highlightSelected = true, bool visibleOutsideDays = true, TextStyle? weekdayStyle, TextStyle? weekendStyle, TextStyle? holidayStyle, TextStyle? selectedStyle, TextStyle? todayStyle, TextStyle? outsideStyle, TextStyle? outsideWeekendStyle, AlignmentGeometry alignment = Alignment.bottomCenter, Clip clipBehavior = Clip.hardEdge, TextStyle? outsideHolidayStyle, TextStyle? unavailableStyle, TextStyle? eventDayStyle, EdgeInsetsGeometry cellPadding = const EdgeInsets.all(8.0), Color? selectedColor, Color? todayColor, BorderRadius borderRadius = const BorderRadius.all(Radius.circular(8.0)), Duration animationTime = const Duration(milliseconds: 300), Color? eventColor, Color? selectedEventColor, Color? todayEventColor, Color? outsideEventColor})
Specify the contents of the calendar.
const

Properties

alignment AlignmentGeometry
Specifies cell placement.
final
animationTime Duration
Specifies the animation time of the calendar.
final
borderRadius BorderRadius
Specifies rounded corners for borders.
final
cellPadding EdgeInsetsGeometry
Specifies cell padding.
final
clipBehavior Clip
Specifies the clip of a cell.
final
decoration Decoration?
Specifies table decorations.
final
eventColor Color?
Specifies the color of the event.
final
eventDayStyle TextStyle?
Specifies the text style for the event date.
final
hashCode int
The hash code for this object.
no setterinherited
height double?
Specifies the height of the content.
final
highlightSelected bool
Specify whether to highlight selected dates.
final
highlightToday bool
Specify whether to highlight today's date.
final
holidayStyle TextStyle?
Specifies the text style of the holiday.
final
margin EdgeInsetsGeometry?
Specifies the margin of the content.
final
outsideEventColor Color?
Specifies the color of events outside the displayed range.
final
outsideHolidayStyle TextStyle?
Specifies the text style for holidays outside the displayed range.
final
outsideStyle TextStyle?
Specifies text styles outside the displayed range.
final
outsideWeekendStyle TextStyle?
Specifies the text style for weekends outside the displayed range.
final
padding EdgeInsetsGeometry
Sets padding within the content.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
selectedColor Color?
Specifies the color of the selected date.
final
selectedEventColor Color?
Specifies the color of the selected event.
final
selectedStyle TextStyle?
Specifies the text style for the selected date.
final
todayColor Color?
Specifies the color of today's date.
final
todayEventColor Color?
Specifies the color of today's event.
final
todayStyle TextStyle?
Specifies today's text style.
final
unavailableStyle TextStyle?
Specifies the text style of the firestarter that is not available.
final
visibleOutsideDays bool
Set to true to display days other than that month in month view.
final
weekdayStyle TextStyle?
Specifies the text style for weekdays.
final
weekendStyle TextStyle?
Specifies the text style for the weekend.
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