onBodyObject method

Widget onBodyObject()

重写窗体对象不包括top bottom视图

Implementation

Widget onBodyObject() {
  return Column(
    mainAxisSize: MainAxisSize.min,
    children: _getBodyElements(),
  );
}