asContainer method

Widget asContainer()

兼容原有的 asContainer 调用 - 直接构建

Implementation

Widget asContainer() {
  return build();
}