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
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