AntdTab class

@t 标签页项定义 @l AntdTabs, AntdCapsuleTabs

Implementers

Constructors

AntdTab.new({required Widget title, required String value, bool? disabled, Widget? child})
const

Properties

child Widget?
标签页对应的内容组件
final
disabled bool?
是否禁用当前标签
final
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
标签标题内容组件
final
value String
标签唯一标识(默认使用索引)
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