YearCalendarBuildersCustomize<T> class
Class containing all custom builders for TableCalendar
.
Constructors
- YearCalendarBuildersCustomize.new({FocusedDayBuilder? prioritizedBuilder, FocusedDayBuilder? selectedBuilder, FocusedDayBuilder? defaultBuilder, FocusedDayBuilder? yearCurrentlyBuilder})
-
Creates
CalendarBuilders
forTableCalendar
widget.const
Properties
- defaultBuilder → FocusedDayBuilder?
-
Custom builder for day cells that do not match any other builder.
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- prioritizedBuilder → FocusedDayBuilder?
-
Custom builder for day cells, with a priority over any other builder.
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- selectedBuilder → FocusedDayBuilder?
-
Custom builder for day cells that are currently marked as selected by
selectedDayPredicate
.final - yearCurrentlyBuilder → FocusedDayBuilder?
-
Custom builder for day cells that do not match any other builder.
final
Methods
-
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.
inherited