AppTableCell.empty constructor
AppTableCell.empty()
创建一个空的Cell
Implementation
factory AppTableCell.empty() => AppTableCell(builder: (_) => Container());
创建一个空的Cell
factory AppTableCell.empty() => AppTableCell(builder: (_) => Container());