TdTabBarItem class

Constructors

TdTabBarItem({required Icon? icon, Icon? activeIcon, required String? label})
const
TdTabBarItem.icon({Icon? icon, Icon? activeIcon})
const
TdTabBarItem.text({String? label})
const

Properties

activeIcon Icon?
选中图标
final
hashCode int
The hash code for this object.
no setterinherited
icon Icon?
默认图标
final
label String?
标签
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