asScrollView method

ScrollBuilder asScrollView()

将 ContainerBuilder 转换为 ScrollBuilder,处理 overflow

Implementation

ScrollBuilder asScrollView() {
  return ScrollBuilder(build());
}