menu
tx_design package
documentation
widgets/cell.dart
TxCell
contentText property
contentText property
dark_mode
light_mode
contentText
property
String
?
contentText
final
展示的主体内容文字
如果需要更详细的内容,请考虑改用
content
。 只能指定
content
和
contentText
之一。
Implementation
final String? contentText;
tx_design package
documentation
widgets/cell
TxCell
contentText property
TxCell class