indicatorHeight property

double? indicatorHeight
final

indicator高度,对于不定高度定indicator,可以不传 如果已经可以在build之前确定indicator高度,那么就不需要tableView内部自己再去计算高度,可以省略一次setState重新构建的步骤

Implementation

final double? indicatorHeight;