tableHeight property

double? tableHeight
final

tableHeight is the whole table widget height, including header and table body. This is for those want a shrinkWrap widget to input the calculated table height. If the tableHeight is smaller than the widget available height, the tableHeight is used instead. If the tableHeight is larger than the available height, available height is used. Default set to null, use up all available space. tableHeight must > 0.

Implementation

final double? tableHeight;