JuiSelectPickerLayout enum
Values
- list → const JuiSelectPickerLayout
-
列表布局,用于展示选项列表供用户选择。
- action → const JuiSelectPickerLayout
-
动作布局,可能用于触发某些动作而非直接选择。
- wheel → const JuiSelectPickerLayout
-
滚动布局,以轮盘形式展示选项,适用于有限的选项数量。
Properties
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
Constants
-
values
→ const List<
JuiSelectPickerLayout> - A constant List of the values in this enum, in order of their declaration.