HorizontalWeeklyCalendar class
A horizontally scrollable weekly calendar widget with multiple visual styles
- Inheritance
-
- Object
- DiagnosticableTree
- Widget
- StatefulWidget
- HorizontalWeeklyCalendar
Constructors
-
HorizontalWeeklyCalendar({Key? key, required DateTime initialDate, required DateTime selectedDate, required ValueChanged<
DateTime> onDateSelected, required dynamic onNextMonth(), required dynamic onPreviousMonth(), HorizontalCalendarType calendarType = HorizontalCalendarType.standard, HorizontalCalendarStyle calendarStyle = const HorizontalCalendarStyle(), Duration? animationDuration, Curve? animationCurve, bool showMonthHeader = true, IconData? previousMonthIcon = Icons.chevron_left, IconData? nextMonthIcon = Icons.chevron_right, Color? iconColor, Weekday? startingDay, bool enableAnimations = true}) -
Default constructor for standard calendar
const
-
HorizontalWeeklyCalendar.minimal({Key? key, required DateTime initialDate, required DateTime selectedDate, required ValueChanged<
DateTime> onDateSelected, required dynamic onNextMonth(), required dynamic onPreviousMonth(), HorizontalCalendarStyle calendarStyle = const HorizontalCalendarStyle(dayIndicatorSize: 32, monthHeaderStyle: TextStyle(fontSize: 14), selectedDayTextStyle: TextStyle(fontWeight: FontWeight.bold)), Duration? animationDuration, Curve? animationCurve, bool showMonthHeader = true, IconData? previousMonthIcon = Icons.chevron_left, IconData? nextMonthIcon = Icons.chevron_right, Color? iconColor, Weekday? startingDay, bool enableAnimations = true}) -
Preconfigured constructor for minimal variant
const
-
HorizontalWeeklyCalendar.outlined({Key? key, required DateTime initialDate, required DateTime selectedDate, required ValueChanged<
DateTime> onDateSelected, required dynamic onNextMonth(), required dynamic onPreviousMonth(), HorizontalCalendarStyle calendarStyle = const HorizontalCalendarStyle(), Duration? animationDuration, Curve? animationCurve, bool showMonthHeader = true, IconData? previousMonthIcon = Icons.chevron_left, IconData? nextMonthIcon = Icons.chevron_right, Color? iconColor, Weekday? startingDay, bool enableAnimations = true}) -
Preconfigured constructor for outlined variant
const
Properties
- animationCurve → Curve?
-
Custom curve for month transition animations
final
- animationDuration → Duration?
-
Custom duration for month transition animations
final
- calendarStyle → HorizontalCalendarStyle
-
Complete styling configuration
final
- calendarType → HorizontalCalendarType
-
Visual variant of the calendar
final
- enableAnimations → bool
-
Global toggle for all animations
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- iconColor → Color?
-
Color for navigation icons
final
- initialDate → DateTime
-
Initial displayed month
final
- key → Key?
-
Controls how one widget replaces another widget in the tree.
finalinherited
- nextMonthIcon → IconData?
-
Custom icon for next month navigation
final
-
onDateSelected
→ ValueChanged<
DateTime> -
Callback when user selects a date
final
- onNextMonth → dynamic Function()
-
Callback when calendar advances to next month
final
- onPreviousMonth → dynamic Function()
-
Callback when calendar returns to previous month
final
- previousMonthIcon → IconData?
-
Custom icon for previous month navigation
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- selectedDate → DateTime
-
Currently selected date
final
- showMonthHeader → bool
-
Toggles month header visibility
final
- startingDay → Weekday?
-
Override default week starting day
final
Methods
-
createElement(
) → StatefulElement -
Creates a StatefulElement to manage this widget's location in the tree.
inherited
-
createState(
) → State< HorizontalWeeklyCalendar> -
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