KalenderComponents class Appearance

A class holding the widget builders used by the KalenderView.

Provide your own widgets with multiDayComponents, monthComponents and scheduleComponents. Styling goes through KalenderThemeData for the whole app, or a KalenderTheme to scope one calendar.

Constructors

KalenderComponents({MonthComponents monthComponents = const MonthComponents(), MultiDayComponents multiDayComponents = const MultiDayComponents(), ScheduleComponents scheduleComponents = const ScheduleComponents(), OverlayBuilders? overlayBuilders})
const

Properties

hashCode int
The hash code for this object.
no setteroverride
monthComponents MonthComponents
Components used to override the default month components
final
multiDayComponents MultiDayComponents
Components used to override the default multi day components.
final
overlayBuilders OverlayBuilders?
Default override for the overlay widgets.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
scheduleComponents ScheduleComponents
Components used to override the default schedule components.
final

Methods

copyWith({MonthComponents? monthComponents, MultiDayComponents? multiDayComponents, ScheduleComponents? scheduleComponents, OverlayBuilders? overlayBuilders}) KalenderComponents
Creates a copy of this with the given fields replaced.
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