AppTableCell.empty constructor

AppTableCell.empty()

创建一个空的Cell

Implementation

factory AppTableCell.empty() => AppTableCell(builder: (_) => Container());