IconTextTypeConfig class
图标加文本标签栏配置
Constructors
- IconTextTypeConfig({required String tabText, Widget? selectedIcon, Widget? unselectedIcon, bool? useDefaultIcon})
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- selectedIcon → Widget?
-
选中时图标
final
- tabText → String
-
tab文本
final
- unselectedIcon → Widget?
-
未选中时图标
final
- useDefaultIcon → bool?
-
使用TDESIGN 默认icon
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