TDBottomTabBarPopUpBtnConfig class

展开项配置

Constructors

TDBottomTabBarPopUpBtnConfig({required List<PopUpMenuItem> items, required ValueChanged<String> onChanged, TDBottomTabBarPopUpShapeConfig? popUpDialogConfig})

Properties

hashCode int
The hash code for this object.
no setterinherited
items List<PopUpMenuItem>
选项list
final
onChanged ValueChanged<String>
统一在 onChanged 中处理各item点击事件
final
popUpDialogConfig TDBottomTabBarPopUpShapeConfig?
弹窗UI配置
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

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