GSDateRangePickerField class

Inheritance
Implemented types

Constructors

GSDateRangePickerField(GSDateRangePickerModel model, GSFormStyle formStyle, {Key? key})

Properties

context BuildContext
read / write
formStyle GSFormStyle
final
gregorianAvailableFrom DateTime
read / write
gregorianAvailableTo DateTime
read / write
gregorianInitialEndDate DateTime
read / write
gregorianInitialStartDate DateTime
read / write
hashCode int
The hash code for this object.
read-onlyinherited
isDateSelected bool
read / write
jalaliAvailableFrom Jalali
read / write
jalaliAvailableTo Jalali
read / write
jalaliInitialEndDate Jalali
read / write
jalaliInitialStartDate Jalali
read / write
key Key?
Controls how one widget replaces another widget in the tree.
finalinherited
model GSDateRangePickerModel
final
runtimeType Type
A representation of the runtime type of the object.
read-onlyinherited
selectedDateText String
read / write
selectedEndDate Jalali?
read / write
selectedGregorianEndDate DateTime?
read / write
selectedGregorianStartDate DateTime?
read / write
selectedStartDate Jalali?
read / write

Methods

createElement() StatefulElement
Creates a StatefulElement to manage this widget's location in the tree.
inherited
createState() State<GSDateRangePickerField>
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
getValue() → dynamic
override
isValid() bool
override
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