positionStatic method

Widget positionStatic()

static -->gt; 默认定位(不做任何处理)

Implementation

Widget positionStatic() {
  return build();
}