TimePlannerStyle constructor

TimePlannerStyle({
  1. int? cellHeight,
  2. int? cellWidth,
  3. Color? dividerColor,
  4. Color? backgroundColor,
  5. Color? interstitialOddColor,
  6. Color? interstitialEvenColor,
  7. bool? showScrollBar,
  8. double? horizontalTaskPadding,
  9. BorderRadiusGeometry? borderRadius,
})

Implementation

TimePlannerStyle({
  this.cellHeight,
  this.cellWidth,
  this.dividerColor,
  this.backgroundColor,
  this.interstitialOddColor,
  this.interstitialEvenColor,
  this.showScrollBar,
  this.horizontalTaskPadding,
  this.borderRadius,
});