PickerAdapter<T> class
abstract
选择器数据适配器
- Implementers
Constructors
Properties
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