BoardPickerCustomOptions class

Class specifying custom items to be displayed in the picker. (time only)

Constructors

BoardPickerCustomOptions({List<int> hours = const [], List<int> minutes = const [], List<int> seconds = const []})
BoardPickerCustomOptions.every15minutes()
Picker display every 15 minutes
factory

Properties

hashCode int
The hash code for this object.
no setterinherited
hours List<int>
List to be displayed in the picker of the year. List to be displayed in the picker of the month. List to be displayed in the picker of the day. List to be displayed in the picker of the hour.
final
minutes List<int>
List to be displayed in the picker of the minute.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
seconds List<int>
List to be displayed in the picker of the second.
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