asRow method

RowBuilder asRow()

将 List<Widget> 转换为 RowBuilder (水平布局)

Implementation

RowBuilder asRow() {
  return RowBuilder(this);
}