TimePlannerStyle class

Constructors

TimePlannerStyle({int? cellHeight, int? cellWidth, Color? dividerColor, Color? backgroundColor, Color? interstitialOddColor, Color? interstitialEvenColor, bool? showScrollBar, double? horizontalTaskPadding, BorderRadiusGeometry? borderRadius})

Properties

backgroundColor Color?
Background colors of time planner
getter/setter pair
borderRadius BorderRadiusGeometry?
Border radius for tasks, default is BorderRadius.all(Radius.circular(8.0))
getter/setter pair
cellHeight int?
Height of each cell in time planner, default is 90.
getter/setter pair
cellWidth int?
Width of each cell in time planner, default is 80.
getter/setter pair
dividerColor Color?
Colors of main divider (under the title and next to hours)
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
horizontalTaskPadding double?
Horizontal padding (Left and Right) of each task in time planner, default is 0.
getter/setter pair
interstitialEvenColor Color?
If defined, this color will be used as background color for rows with even index.
getter/setter pair
interstitialOddColor Color?
If defined, this color will be used as background color for rows with odd index.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
showScrollBar bool?
Show horizontal and vertical scrollBar on time planner, default is false.
getter/setter pair

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