dense property

bool? dense
final

此cell是否是垂直密集列表的一部分。

如果此属性为空,则其值基于 TxCellThemeData.dense

密集cell默认为较小的高度及较小的字体。

Implementation

final bool? dense;