MultiDateTimetableStyle class

Defines visual properties for MultiDateTimetable and RecurringMultiDateTimetable.

Constructors

MultiDateTimetableStyle(BuildContext context, {double? maxHeaderFraction, bool? contentBehindHead})
factory
MultiDateTimetableStyle.raw({double maxHeaderFraction = 0.5, bool contentBehindHead = false})
const

Properties

contentBehindHead bool
Wheter to show MultiDateTimetableContentBuilder behind the MultiDateTimetableHeaderBuilder
final
hashCode int
The hash code for this object.
no setteroverride
maxHeaderFraction double
The maximum fraction (between 0 and 1, exclusive) that the header MultiDateTimetableHeader may consume of the timetable's total height.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

copyWith({double? maxHeaderFraction}) MultiDateTimetableStyle
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.
override