flexNone method

Widget flexNone()

flex-none -->gt; 不使用flex,保持原有尺寸

Implementation

Widget flexNone() {
  return build();
}