menu
tx_design package
documentation
widgets/cell.dart
TxVerticalCell
labelText property
labelText property
dark_mode
light_mode
labelText
property
String
?
labelText
final
描述展示内容的可选文本。
如果需要更详细的标签,请考虑改用
label
。 只能指定
label
和
labelText
之一。
Implementation
final String? labelText;
tx_design package
documentation
widgets/cell
TxVerticalCell
labelText property
TxVerticalCell class