onEmptyRenderObject method

Widget onEmptyRenderObject()

空视图对象

Implementation

Widget onEmptyRenderObject() {
  return Container();
}