SeniorCalendarStyle class

Constructors

SeniorCalendarStyle({Color? activeHeaderButtonIconColor, Color? backgroundColor, Color? bottomTextColor, Color? dayColor, Color? headerButtonBorderColor, Color? headerTextColor, Color? inactiveHeaderButtonIconColor, Color? nextMonthDaysBackgroundColor, Color? nextMonthDaysColor, Color? previousMonthDaysBackgroundColor, Color? previousMonthDaysColor, Color? selectedDayBackgroundColor, Color? selectedDayColor, Color? todayBackgroundColor, Color? todayColor, Color? topLineColor, Color? topTextColor, Color? weekDaysColor, Color? colorCircleDefaultMarkedDay, Color? colorSquareDefaultMarkedDay, Color? colorTriangleDefaultMarkedDay, Color? colorTriangleDownDefaultMarkedDay, Color? colorGestureBottom, Color? colorRangeHighlightBackground, Color? colorDaysRangeHighlight})
Style definitions for the SeniorCalendar component.
const

Properties

activeHeaderButtonIconColor Color?
Defines the icon color of the calendar header buttons when enabled.
final
backgroundColor Color?
Defines the background color of the calendar.
final
bottomTextColor Color?
Defines the text color of footer.
final
colorCircleDefaultMarkedDay Color?
defines marked Circle color
final
colorDaysRangeHighlight Color?
Range highlight color Day
final
colorGestureBottom Color?
Defines the color of the bottom button of the calendar
final
colorRangeHighlightBackground Color?
Range highlight color Background
final
colorSquareDefaultMarkedDay Color?
defines marked Square color
final
colorTriangleDefaultMarkedDay Color?
defines marked Triangle color
final
colorTriangleDownDefaultMarkedDay Color?
defines marked TriangleDown color
final
dayColor Color?
Defines the text color of the day.
final
hashCode int
The hash code for this object.
no setterinherited
headerButtonBorderColor Color?
Defines the border color of the calendar header buttons.
final
headerTextColor Color?
Defines the color of the calendar header text.
final
inactiveHeaderButtonIconColor Color?
Defines the icon color of calendar header buttons when they are disabled.
final
nextMonthDaysBackgroundColor Color?
Defines the background color of the day of the next month that is appearing on the calendar.
final
nextMonthDaysColor Color?
Defines the text color of the day of the next month that is appearing on the calendar.
final
previousMonthDaysBackgroundColor Color?
Defines the background color of the day of the previous month that is appearing on the calendar.
final
previousMonthDaysColor Color?
Defines the text color of the previous day of the month that is appearing on the calendar.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
selectedDayBackgroundColor Color?
Defines the background color of the day selected in the calendar.
final
selectedDayColor Color?
Defines the text color of the day selected in the calendar.
final
todayBackgroundColor Color?
Defines today's background color.
final
todayColor Color?
Defines today's text color.
final
topLineColor Color?
Defines the color of the line that appears at the top of the calendar.
final
topTextColor Color?
Defines the color of the text that appears at the top of the calendar.
final
weekDaysColor Color?
Defines the text color of the weekday labels.
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