CalendarStyle class
Constructors
-
CalendarStyle.new({bool isTodayHighlighted = true, bool canMarkersOverflow = true, bool outsideDaysVisible = true, bool markersAutoAligned = true, double? markerSize, double markerSizeScale = 0.2, double markersAnchor = 0.7, double rangeHighlightScale = 1.0, EdgeInsets markerMargin = const EdgeInsets.symmetric(horizontal: 0.3), AlignmentGeometry markersAlignment = Alignment.bottomCenter, int markersMaxCount = 4, EdgeInsets cellMargin = const EdgeInsets.all(6.0), EdgeInsets cellPadding = const EdgeInsets.all(0), AlignmentGeometry cellAlignment = Alignment.center, PositionedOffset markersOffset = const PositionedOffset(), Color rangeHighlightColor = const Color(0xFFBBDDFF), Decoration markerDecoration = const BoxDecoration(color: Color(0xFF263238), shape: BoxShape.circle), TextStyle todayTextStyle = const TextStyle(color: Color(0xFFFAFAFA), fontSize: 16.0), Decoration todayDecoration = const BoxDecoration(color: Color(0xFF9FA8DA), shape: BoxShape.circle), TextStyle selectedTextStyle = const TextStyle(color: Color(0xFFFAFAFA), fontSize: 16.0), Decoration selectedDecoration = const BoxDecoration(color: Color(0xFF5C6BC0), shape: BoxShape.circle), TextStyle rangeStartTextStyle = const TextStyle(color: Color(0xFFFAFAFA), fontSize: 16.0), Decoration rangeStartDecoration = const BoxDecoration(color: Color(0xFF6699FF), shape: BoxShape.circle), TextStyle rangeEndTextStyle = const TextStyle(color: Color(0xFFFAFAFA), fontSize: 16.0), Decoration rangeEndDecoration = const BoxDecoration(color: Color(0xFF6699FF), shape: BoxShape.circle), TextStyle withinRangeTextStyle = const TextStyle(), Decoration withinRangeDecoration = const BoxDecoration(shape: BoxShape.circle), TextStyle outsideTextStyle = const TextStyle(color: Color(0xFFAEAEAE)), Decoration outsideDecoration = const BoxDecoration(shape: BoxShape.circle), TextStyle disabledTextStyle = const TextStyle(color: Color(0xFFBFBFBF)), Decoration disabledDecoration = const BoxDecoration(shape: BoxShape.circle), TextStyle holidayTextStyle = const TextStyle(color: Color(0xFF5C6BC0)), Decoration holidayDecoration = const BoxDecoration(border: Border.fromBorderSide(BorderSide(color: Color(0xFF9FA8DA), width: 1.4)), shape: BoxShape.circle), TextStyle weekendTextStyle = const TextStyle(color: Color(0xFF5A5A5A)), Decoration weekendDecoration = const BoxDecoration(shape: BoxShape.circle), TextStyle weekNumberTextStyle = const TextStyle(fontSize: 12, color: Color(0xFFBFBFBF)), TextStyle defaultTextStyle = const TextStyle(), Decoration defaultDecoration = const BoxDecoration(shape: BoxShape.circle), Decoration rowDecoration = const BoxDecoration(), TableBorder tableBorder = const TableBorder(), EdgeInsets tablePadding = const EdgeInsets.all(0)})
-
const
Methods
-
noSuchMethod(Invocation invocation)
→ dynamic
-
Invoked when a nonexistent method or property is accessed.
inherited
-
toString()
→ String
-
A string representation of this object.
inherited