minLabelWidth property
分配给 label 小部件的最小宽度。
如果为 null,则使用 TxCellThemeData.minLabelWidth 的值。 如果它也为 null,则使用默认值 84.0。
Implementation
final double? minLabelWidth;
分配给 label 小部件的最小宽度。
如果为 null,则使用 TxCellThemeData.minLabelWidth 的值。 如果它也为 null,则使用默认值 84.0。
final double? minLabelWidth;