CalendarStyle class

Constructors

CalendarStyle({BoxDecoration contentDecoration = const BoxDecoration(), TextStyle weekdayStyle = const TextStyle(), TextStyle weekendStyle = const TextStyle(color: Color(0xFFF44336)), TextStyle holidayStyle = const TextStyle(color: Color(0xFFF44336)), TextStyle selectedStyle = const TextStyle(color: Color(0xFFFAFAFA), fontSize: 16.0), TextStyle todayStyle = const TextStyle(color: Color(0xFFFAFAFA), fontSize: 16.0), TextStyle outsideStyle = const TextStyle(color: Color(0xFF9E9E9E)), TextStyle outsideWeekendStyle = const TextStyle(color: Color(0xFFEF9A9A)), TextStyle outsideHolidayStyle = const TextStyle(color: Color(0xFFEF9A9A)), TextStyle unavailableStyle = const TextStyle(color: Color(0xFFBFBFBF)), TextStyle eventDayStyle = const TextStyle(), Color selectedColor = const Color(0xFF5C6BC0), Color todayColor = const Color(0xFF9FA8DA), Color markersColor = const Color(0xFF263238), Alignment markersAlignment = Alignment.bottomCenter, double? markersPositionTop, double markersPositionBottom = 5.0, double? markersPositionLeft, double? markersPositionRight, int markersMaxAmount = 4, bool outsideDaysVisible = true, bool renderSelectedFirst = true, bool renderDaysOfWeek = true, EdgeInsetsGeometry contentPadding = const EdgeInsets.only(bottom: 4.0, left: 8.0, right: 8.0), EdgeInsetsGeometry cellMargin = const EdgeInsets.all(6.0), bool canEventMarkersOverflow = false, bool highlightSelected = true, bool highlightToday = true})
const

Properties

canEventMarkersOverflow bool
final
cellMargin EdgeInsetsGeometry
final
contentDecoration BoxDecoration
final
contentPadding EdgeInsetsGeometry
final
eventDayStyle TextStyle
final
hashCode int
The hash code for this object.
no setterinherited
highlightSelected bool
final
highlightToday bool
final
holidayStyle TextStyle
final
markersAlignment Alignment
final
markersColor Color
final
markersMaxAmount int
final
markersPositionBottom double
final
markersPositionLeft double?
final
markersPositionRight double?
final
markersPositionTop double?
final
outsideDaysVisible bool
final
outsideHolidayStyle TextStyle
final
outsideStyle TextStyle
final
outsideWeekendStyle TextStyle
final
renderDaysOfWeek bool
final
renderSelectedFirst bool
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
selectedColor Color
final
selectedStyle TextStyle
final
todayColor Color
final
todayStyle TextStyle
final
unavailableStyle TextStyle
final
weekdayStyle TextStyle
final
weekendStyle TextStyle
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