CalendarConfig class
Constructors
- 
          CalendarConfig({int firstDayOfWeek = DateTime.monday, List<
String> weekAxisLabels = _defaultWeekAxisLabels, Color weekAxisColor = const Color(0xFF333333), List<String> monthAxisLabels = _defaultMonthAxisLabels, Color monthAxisColor = const Color(0xFF333333), double cellSize = 12, double cellGap = 3, Radius cellRadius = const Radius.circular(2), CellColorGetter cellColorGetter = _defaultColorGetter}) - 
          
            const
 
Properties
- cellColorGetter → CellColorGetter
 - 
  
  final
 - cellGap → double
 - 
  
  final
 - cellRadius → Radius
 - 
  
  final
 - cellSize → double
 - 
  
  final
 - firstDayOfWeek → int
 - 
  
  final
 - hashCode → int
 - 
  The hash code for this object.
  no setterinherited
 - monthAxisColor → Color
 - 
  
  final
 - 
  monthAxisLabels
  → List<
String>  - 
  
  final
 - runtimeType → Type
 - 
  A representation of the runtime type of the object.
  no setterinherited
 - weekAxisColor → Color
 - 
  
  final
 - 
  weekAxisLabels
  → List<
String>  - 
  
  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