PickerAdapter<T> class abstract

选择器数据适配器

Implementers

Constructors

PickerAdapter()

Properties

hashCode int
The hash code for this object.
no setterinherited
length int
no setter
maxLevel int
no setter
picker Picker?
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

buildItem(BuildContext context, int index) Widget
getColumnFlex(int column) int
getLength() int
getMaxLevel() int
initSelects() → void
makeText(Widget? child, String? text, bool isSel) Widget
makeTextEx(Widget? child, String text, Widget? postfix, Widget? suffix, bool isSel) Widget
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
setColumn(int index) → void
toString() String
A string representation of this object.
inherited

Operators

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