NumberPickerColumn class

Constructors

NumberPickerColumn({int begin = 0, int end = 9, List<int>? items, int? initValue, int jump = 1, int columnFlex = 1, Widget? postfix, Widget? suffix, PickerValueFormat<int>? onFormatValue})
const

Properties

begin int
final
columnFlex int
final
end int
final
hashCode int
The hash code for this object.
no setterinherited
initValue int?
final
items List<int>?
final
jump int
final
onFormatValue PickerValueFormat<int>?
final
postfix Widget?
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
suffix Widget?
final

Methods

count() int
getValueText(int index) String
indexOf(int? value) int
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited
valueOf(int index) int

Operators

operator ==(Object other) bool
The equality operator.
inherited