DatePickerKeys class

Keys for some date picker's widgets.

Useful for integration tests to find widgets.

Constructors

DatePickerKeys(Key previousPageIconKey, Key nextPageIconKey, Key selectedPeriodKeys)

Properties

hashCode int
The hash code for this object.
no setterinherited
nextPageIconKey Key
Key for the next page icon widget.
final
previousPageIconKey Key
Key for the previous page icon widget.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
selectedPeriodKeys Key
Key for showing month.
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