AdaptiveChooseItem<T> class
跨平台自适应选择弹框的选项数据结构
Constructors
- AdaptiveChooseItem({required String label, required T value, TextStyle? style})
-
const
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