CalendarWidgetStyle class

Constructors

CalendarWidgetStyle({int weekDayStart = DateTime.monday, IconButtonStyle arrowsStyle = const IconButtonStyle(variant: .iconOnly), TextStyle dayTextStyle = const TextStyle(color: Colors.black, fontSize: 16, fontWeight: FontWeight.bold), TextStyle weekdayTextStyle = const TextStyle(color: Colors.black, fontSize: 12, fontWeight: FontWeight.normal), TextStyle currentMonthStyle = const TextStyle(color: Colors.black, fontSize: 20, fontWeight: FontWeight.bold), TextStyle currentYearStyle = const TextStyle(color: Colors.black, fontSize: 14, fontWeight: FontWeight.bold), Decoration? backgroundDecoration, Color checkboxColor = Colors.green, Color disabledDaysColor = Colors.grey, Color selectedDayColor = Colors.green, Color selectedDayTextColor = Colors.white, Color todayDayColor = Colors.red, String? arrowLeftIcon, String? arrowRightIcon, String? checkIcon})
CalendarWidgetStyle initialization
const

Properties

arrowLeftIcon String?
final
arrowRightIcon String?
final
arrowsStyle IconButtonStyle
final
backgroundDecoration Decoration?
final
checkboxColor Color
final
checkIcon String?
final
currentMonthStyle TextStyle
final
currentYearStyle TextStyle
final
dayTextStyle TextStyle
final
disabledDaysColor Color
final
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
selectedDayColor Color
final
selectedDayTextColor Color
final
todayDayColor Color
final
weekDayStart int
final
weekdayTextStyle TextStyle
final

Methods

copyWith({int? weekDayStart, IconButtonStyle? arrowsStyle, TextStyle? dayTextStyle, TextStyle? weekdayTextStyle, TextStyle? currentMonthStyle, TextStyle? currentYearStyle, Decoration? backgroundDecoration, Color? checkboxColor, Color? disabledDaysColor, Color? selectedDayColor, Color? selectedDayTextColor, Color? todayDayColor, String? arrowLeftIcon, String? arrowRightIcon, String? checkIcon}) CalendarWidgetStyle
Create copy if this style with changes
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