const ColumnGap.min({required List<Widget?> children}) : this(mainAxisSize: MainAxisSize.min, children: children);