WeekViewStyle class

Allows to style a week view.

Inheritance

Constructors

WeekViewStyle({double? headerSize, double? dayViewWidth, double? dayViewSeparatorWidth, Color dayViewSeparatorColor = Colors.black12, bool showHorizontalScrollbar = false})
Creates a new week view style instance.
const

Properties

dayViewSeparatorColor Color
The separator color between day views.
final
dayViewSeparatorWidth double
The separator width between day views.
final
dayViewWidth double?
A day view width.
final
hashCode int
The hash code for this object.
no setterinherited
headerSize double
The header size (usually limited to the day bar). Defaults to 60.
finalinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
showHorizontalScrollbar bool
If true, render a horizontal scrollbar on the bottom of the widget. This is useful for devices without a mechanism built-in for horizontal scrolling, such as some Desktop computers.
final

Methods

copyWith({double? headerSize, double? dayViewWidth, double? dayViewSeparatorWidth, Color? dayViewSeparatorColor, bool? showHorizontalScrollbar}) WeekViewStyle
Allows to copy the current style instance with your own properties.
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