Expanded({ int flex = 1, FlexFit fit = FlexFit.tight, required Widget child, }) : super(child: child, flex: flex, fit: fit);