CalCell constructor

CalCell({
  1. Border? border,
  2. TextStyle? style,
  3. Border? selBorder,
  4. TextStyle? selStyle,
  5. TextStyle? todayStyle,
})

Implementation

CalCell(
    {this.border,
    this.style,
    this.selBorder,
    this.selStyle,
    this.todayStyle});