GhCalendar class

Inheritance

Constructors

GhCalendar({Key? key, bool isPeriodSelect = false, int startWeekday = DateTime.sunday, dynamic onChanged(List<DateTime>)?, DateTime? activeMaxDate, DateTime? activeMinDate, bool? useGrid, Alignment? dayAlignment, String? local, Color? touchableDateTextColor = Colors.black, Color? unTouchableDateTextColor = Colors.grey, Color? selectedDateTextColor = Colors.white, Color? highlightColor = Colors.blueAccent, Color? highlightPeriodColor = Colors.lightBlue})
const

Properties

activeMaxDate DateTime?
선택 가능한 최대 날짜
final
activeMinDate DateTime?
선택 가능한 최소 날짜
final
dayAlignment Alignment?
날짜가 컨테이너 내부 어디에 위치해 있는지에 대한 값
final
hashCode int
The hash code for this object.
no setterinherited
highlightColor Color?
final
highlightPeriodColor Color?
final
isPeriodSelect bool
기간 선택 유무
final
key Key?
Controls how one widget replaces another widget in the tree.
finalinherited
local String?
final
onChanged → dynamic Function(List<DateTime>)?
날짜 변경시 첫날짜와 끝날짜 반환, 싱글선택시 하나만 반환
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
selectedDateTextColor Color?
final
startWeekday int
한 주의 시작일이 무슨 요일인지
final
touchableDateTextColor Color?
각 요소별 색상
final
unTouchableDateTextColor Color?
final
useGrid bool?
격자무늬 사용 유무
final

Methods

createElement() StatefulElement
Creates a StatefulElement to manage this widget's location in the tree.
inherited
createState() → _GhCalendarStateV2
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}) 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