PickerDataAdapter<T> class

数据适配器

Inheritance

Constructors

PickerDataAdapter({List? pickerdata, List<PickerItem<T>>? data, bool isArray = false})

Properties

data List<PickerItem<T>>
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
isArray bool
final
length int
no setterinherited
maxLevel int
no setterinherited
picker Picker?
getter/setter pairinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

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

Operators

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