MultiDateEventHeaderStyle class

Defines visual properties for MultiDateEventHeader.

Constructors

MultiDateEventHeaderStyle(BuildContext context, {double? eventHeight, int? maxEventRows, EdgeInsetsGeometry? padding})
factory
MultiDateEventHeaderStyle.raw({double eventHeight = 24, int maxEventRows = 3, EdgeInsetsGeometry padding = EdgeInsets.zero})
const

Properties

eventHeight double
Height of a single all-day event.
final
hashCode int
The hash code for this object.
no setteroverride
maxEventRows int
The maximum number of rows with events to display one above the other.
final
padding EdgeInsetsGeometry
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

copyWith({double? eventHeight, int? maxEventRows, EdgeInsetsGeometry? padding}) MultiDateEventHeaderStyle
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