自定义flex值 - flex(value)
Widget flex(int flexValue) { return Expanded( flex: flexValue, child: build(), ); }