CalendarState class
- Inheritance
-
- Mixed-in types
-
Methods
-
activate()
→ void
-
Called when this object is reinserted into the tree after having been
removed via deactivate.
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.
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.
inherited
-
dispose()
→ void
-
Called when this object is removed from the tree permanently.
inherited
-
dropdown({required double width, required Function onChange, required Key key, required List dropdownList, required Map defaultValue, required double thisWidth})
→ Widget
-
-
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 nonexistent 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.
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.
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
-