const ExpandedGap({super.key, Widget? child}) : super( fit: FlexFit.tight, child: child ?? const SizedBox.shrink(), flex: 1);