LegacyCalendar class
A widget that displays a calendar with different views (month, week, day).
- Inheritance
-
- Object
- DiagnosticableTree
- Widget
- StatelessWidget
- LegacyCalendar
Constructors
- LegacyCalendar.new({Key? key, required DateTime displayDate, required CalendarView selectedView, required void onDateTapped(DateTime), required void onDateLongPress(DateTime), required void onDragStart(DateTime), required void onDragUpdate(DateTime), required void onDragEnd(), required void onViewChanged(CalendarView), required VoidCallback onPrevious, required VoidCallback onNext, required VoidCallback onToday, required void onEventEdit(CalendarMonthEvent), required void onEventDelete(CalendarMonthEvent), String? tappedEventId, required void onEventTapped(String), Color? eventEditIconColor, Color? eventDeleteIconColor})
-
Creates a new instance of LegacyCalendar.
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
- onDragEnd → void Function()
-
Called when a drag gesture ends.
final
- onDragStart → void Function(DateTime)
-
Called when a drag gesture starts.
final
- onDragUpdate → void Function(DateTime)
-
Called when a drag gesture is updated.
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
- onNext → VoidCallback
-
Called when the next button is tapped.
final
- onPrevious → VoidCallback
-
Called when the previous button is tapped.
final
- onToday → VoidCallback
-
Called when the today button is tapped.
final
- onViewChanged → void Function(CalendarView)
-
Called when the view is changed.
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- selectedView → CalendarView
-
The selected view of the calendar.
final
- tappedEventId → String?
-
The ID of the tapped event.
final
Methods
-
build(
BuildContext context) → Widget -
Describes the part of the user interface represented by this widget.
override
-
createElement(
) → StatelessElement -
Creates a StatelessElement to manage this widget's location in the tree.
inherited
-
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