Skip to content

TimePlannerStyle

Mohammad Jamalianpour edited this page Mar 28, 2021 · 1 revision

Style:

You can customize the style of time planner with TimePlannerStyle:

style: TimePlannerStyle(
  backgroundColor: Colors.blueGrey[700],
  cellHeight: 60,
  cellWidth: 60,
  dividerColor: Colors.white,
  showScrollBar: true,
),
  • backgroundColor: Main background color of time planner
  • cellHeight: Size of every hour, default value for height is 80
  • cellWidth: Size of every day, default value for width is 90
  • dividerColor: Colors of main dividers (under the title and next to hours)
  • showScrollBar: Show horizontal and vertical scrollBar on time planner, defaults is false.
Clone this wiki locally