CalendarDayViewTab class
A tab that displays a single day in the calendar.
- Inheritance
-
- Object
- DiagnosticableTree
- Widget
- StatefulWidget
- CalendarDayViewTab
Constructors
- CalendarDayViewTab({Key? key, bool showTemplateSelector = true, required DateTime displayDate, required void onDateTapped(DateTime), required void onDateLongPress(DateTime), required void onEventEdit(CalendarMonthEvent), required void onEventDelete(CalendarMonthEvent), String? tappedEventId, required void onEventTapped(String), Color? eventEditIconColor, Color? eventDeleteIconColor})
-
Creates a new instance of CalendarDayViewTab.
const
Properties
- displayDate → DateTime
-
The date to display.
final
- eventDeleteIconColor → Color?
-
The color of the event delete icon.
final
- eventEditIconColor → Color?
-
The color of the event edit icon.
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- key → Key?
-
Controls how one widget replaces another widget in the tree.
finalinherited
- onDateLongPress → void Function(DateTime)
-
Called when a date is long-pressed.
final
- onDateTapped → void Function(DateTime)
-
Called when a date is tapped.
final
- onEventDelete → void Function(CalendarMonthEvent)
-
Called when an event is deleted.
final
- onEventEdit → void Function(CalendarMonthEvent)
-
Called when an event is edited.
final
- onEventTapped → void Function(String)
-
Called when an event is tapped.
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- showTemplateSelector → bool
-
Whether to show the template selector.
final
- tappedEventId → String?
-
The ID of the tapped event.
final
Methods
-
createElement(
) → StatefulElement -
Creates a StatefulElement to manage this widget's location in the tree.
inherited
-
createState(
) → State< CalendarDayViewTab> -
Creates the mutable state for this widget at a given location in the tree.
override
-
debugDescribeChildren(
) → List< DiagnosticsNode> -
Returns a list of DiagnosticsNode objects describing this node's
children.
inherited
-
debugFillProperties(
DiagnosticPropertiesBuilder properties) → void -
Add additional properties associated with the node.
inherited
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toDiagnosticsNode(
{String? name, DiagnosticsTreeStyle? style}) → DiagnosticsNode -
Returns a debug representation of the object that is used by debugging
tools and by DiagnosticsNode.toStringDeep.
inherited
-
toString(
{DiagnosticLevel minLevel = DiagnosticLevel.info}) → String -
A string representation of this object.
inherited
-
toStringDeep(
{String prefixLineOne = '', String? prefixOtherLines, DiagnosticLevel minLevel = DiagnosticLevel.debug, int wrapWidth = 65}) → String -
Returns a string representation of this node and its descendants.
inherited
-
toStringShallow(
{String joiner = ', ', DiagnosticLevel minLevel = DiagnosticLevel.debug}) → String -
Returns a one-line detailed description of the object.
inherited
-
toStringShort(
) → String -
A short, textual description of this widget.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited