menu
tx_design package
documentation
widgets/cell.dart
TxCell
dense property
dense property
dark_mode
light_mode
dense
property
bool
?
dense
final
此cell是否是垂直密集列表的一部分。
如果此属性为空,则其值基于
TxCellThemeData.dense
。
密集cell默认为较小的高度及较小的字体。
Implementation
final bool? dense;
tx_design package
documentation
widgets/cell
TxCell
dense property
TxCell class