转换为 Expanded,Flex 扩展
Expanded asExpanded({ int flex = 1, }) { return Expanded( flex: flex, child: this, ); }