AntdJumboTab class
@t 复杂选项卡项定义 @l AntdJumboTabs
Constructors
- AntdJumboTab({required Widget title, required dynamic value, bool? disabled, Widget? child, Widget? desc})
-
const
Properties
- child → Widget?
-
标签页对应的内容组件
finalinherited
- desc → Widget?
-
选项卡描述内容(显示在标题下方)
final
- disabled → bool?
-
是否禁用当前标签
finalinherited
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- title → Widget
-
标签标题内容组件
finalinherited
- value → dynamic
-
标签唯一标识(默认使用索引)
finalinherited
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