onBodyObject method
重写窗体对象不包括top bottom视图
Implementation
Widget onBodyObject() {
return Column(
mainAxisSize: MainAxisSize.min,
children: _getBodyElements(),
);
}
重写窗体对象不包括top bottom视图
Widget onBodyObject() {
return Column(
mainAxisSize: MainAxisSize.min,
children: _getBodyElements(),
);
}