TDBottomTabBarTabConfig class

单个tab配置

Constructors

TDBottomTabBarTabConfig({required GestureTapCallback? onTap, IconTextTypeConfig? iconTextTypeConfig, IconTypeConfig? iconTypeConfig, String? tabText, BadgeConfig? badgeConfig, TDBottomTabBarPopUpBtnConfig? popUpButtonConfig})

Properties

badgeConfig BadgeConfig?
消息配置
final
hashCode int
The hash code for this object.
no setterinherited
iconTextTypeConfig IconTextTypeConfig?
图标+文本样式 basicType为iconText时必填
final
iconTypeConfig IconTypeConfig?
纯图标样式 basicType为icon时必填
final
onTap GestureTapCallback?
tab点击事件
final
popUpButtonConfig TDBottomTabBarPopUpBtnConfig?
弹窗配置
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
tabText String?
纯文本样式 basicType为text时必填
final

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