CalendarState class Null safety

Inheritance
Mixed in types

Constructors

CalendarState()

Properties

animationBGBlur Animation<double>?
read / write
animationBGColor Animation<Color?>?
read / write
animationBorderExpand Animation<double>
read / write
animationCalendarLeft Animation<double>?
read / write
animationCalendarTop Animation<double>?
read / write
animationController AnimationController
read / write
animationPadding Animation<double>?
read / write
animationScale Animation<double>?
read / write
betweenControllerList List<AnimationController>
read / write
bottomBorderCtrl AnimationController
read / write
bottomBorderExpandCtrl AnimationController
read / write
bottomListKey GlobalKey<AnimatedListState>
read / write
bottomRangeBorderExpandWidth double
read / write
bottomRangeBorderHeight double
read / write
bottomRangeBorderWidth double
read / write
bottomRangeBtnCtrl AnimationController
read / write
bottomRightSizedWidth double
read / write
bottomSelectedItems List<DateTime>?
read / write
calendarInfo CalendarInfo
read / write
context BuildContext
The location in the tree where this widget builds. [...]
read-only, inherited
datesRange DatesRange
read / write
endController AnimationController
read / write
endDateStr String
read / write
hashCode int
The hash code for this object. [...]
read-only, inherited
isRight bool
read / write
monthDropdown GlobalKey<CoolDropdownState>
read / write
monthValue Map
read / write
mounted bool
Whether this State object is currently in a tree. [...]
read-only, inherited
nullAnimation Animation<double>
read / write
paddingController AnimationController
read / write
runtimeType Type
A representation of the runtime type of the object.
read-only, inherited
selectedItems List<DateTime>?
read / write
selectedItemsHistory List<DateTime?>
read / write
selectedRangeItem Map<String, DateTime?>?
read / write
startController AnimationController
read / write
startDateStr String
read / write
widget Calendar
The current configuration. [...]
read-only, inherited
yearDropdown GlobalKey<CoolDropdownState>
read / write
yearValue Map
read / write

Methods

activate() → void
Called when this object is reinserted into the tree after having been removed via deactivate. [...]
@mustCallSuper, @protected, inherited
arrowButton({required double width, required String type}) Widget
betweenArea(DateInfo date, double width, int index) Widget
bottomButton(BuildContext context, int index, dynamic animation) Widget
bottomRangeLabel({required double width, DateTime? target, required bool isStart}) Widget
build(BuildContext context) Widget
Describes the part of the user interface represented by this widget. [...]
override
controlCalendar({required int number}) → void
createTicker(TickerCallback onTick) Ticker
Creates a ticker with the given callback. [...]
inherited
deactivate() → void
Called when this object is removed from the tree. [...]
@mustCallSuper, @protected, inherited
debugFillProperties(DiagnosticPropertiesBuilder properties) → void
Add additional properties associated with the node. [...]
inherited
didChangeDependencies() → void
Called when a dependency of this State object changes. [...]
inherited
didUpdateWidget(covariant Calendar oldWidget) → void
Called whenever the widget configuration changes. [...]
@mustCallSuper, @protected, inherited
dispose() → void
Called when this object is removed from the tree permanently. [...]
inherited
endArea(DateInfo date, double width, int index) Widget
findIndex({required List list, required Map target}) int
findValue({required List list, required int value}) Map
getCenterPosition(double fullWidth, double fullHeight, double calendarWidth, double calendarHeight) Offset
getFontWidth(String text, TextStyle style, BuildContext context) double
getFullCalendarHeight(double calendarSize) double
getFullCalendarWidth(double calendarSize) double
initState() → void
Called when this object is inserted into the tree. [...]
override
innerCircle(DateInfo date, double width, int index) Widget
limitCalendar({required int number}) → void
noSuchMethod(Invocation invocation) → dynamic
Invoked when a non-existent method or property is accessed. [...]
inherited
outerCircle(DateInfo date, double width, int index) Widget
range({required CalendarInfo calendarInfo, required DateInfo date, required double width, required int index}) Widget
reassemble() → void
Called whenever the application is reassembled during debugging, for example during hot reload. [...]
@mustCallSuper, @protected, inherited
removeBottomSelectedItems(DateInfo date, CalendarInfo calenderInfo) → void
removeBottomSelectedItemsXBtn(int index) → void
resetBetweenControllerList() → void
resetCalendar() → void
setBottomEndFormat({int? yyyy, int? mm, int? dd}) → void
setBottomSelectedItems(DateTime selectedItem) → void
setBottomStartFormat({int? yyyy, int? mm, int? dd}) → void
setCalcYearValue({required int calcYearValue}) → void
setCalendar() → void
setDarkColor() Color
setFormat({int? yyyy, int? mm, int? dd}) String
setOrderRangeAnimation(int startIndex, int endIndex) → void
setPreSelected() → void
setRangeSelect() → void
setSizedBottomRightBtn({required double defaultSize, required double oneSelectedSize, required double multipleSelectedSize}) → void
setStart({required DateInfo date, required DateTime selectedDates}) → void
setState(VoidCallback fn) → void
Notify the framework that the internal state of this object has changed. [...]
@protected, inherited
single({required CalendarInfo calendarInfo, required DateInfo date, required double width}) Widget
sizedWidget({required Widget child, required AnimationController sizeFactor, required bool condition}) Widget
startArea(DateInfo date, double width, int index) Widget
textColor(SelectType selectType) Color
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
toStringShort() String
A brief description of this object, usually just the runtimeType and the hashCode. [...]
inherited
wrapCalendar({required Widget child}) Widget

Operators

operator ==(Object other) bool
The equality operator. [...]
inherited